From 5084473304e877bdc0da34420443654155578c9a Mon Sep 17 00:00:00 2001 From: George Mamais Date: Sun, 10 Mar 2024 12:22:02 +0200 Subject: [PATCH] #292, update program version --- asn1scc/Program.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asn1scc/Program.fs b/asn1scc/Program.fs index 15cd06417..fb99f0e92 100644 --- a/asn1scc/Program.fs +++ b/asn1scc/Program.fs @@ -109,7 +109,7 @@ let printVersion () = //let fvi = System.Diagnostics.FileVersionInfo.GetVersionInfo(assembly.Location); //let version = fvi.FileVersion; - let version = "4.5.1.2" + let version = "4.5.1.3" printfn "asn1scc version %s\n" version ()