Skip to content

Commit e97ce40

Browse files
committed
dotnet_version: use missing
1 parent 632082c commit e97ce40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

+stdlib/dotnet_version.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
vs = System.Environment.Version;
77
v = sprintf('%d.%d.%d', vs.Major, vs.Minor, vs.Build);
88
catch
9-
v = '';
9+
v = missing;
1010
end
1111

1212
end

0 commit comments

Comments
 (0)