Skip to content

Commit 189cb12

Browse files
committed
Update version string to 4.6.0.17
1 parent a768f5b commit 189cb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asn1scc/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ let printVersion () =
124124
//let fvi = System.Diagnostics.FileVersionInfo.GetVersionInfo(assembly.Location);
125125
//let version = fvi.FileVersion;
126126

127-
let version = "4.6.0.16"
127+
let version = "4.6.0.17"
128128
printfn "asn1scc version %s\n" version
129129
()
130130

0 commit comments

Comments
 (0)