From 2773eb81adf3cf69521cf9b28f6b71c2de0f78cd Mon Sep 17 00:00:00 2001 From: Toly Pochkin Date: Tue, 7 Dec 2021 00:24:48 -0800 Subject: [PATCH] version up --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index e07034f..6ac5062 100644 --- a/main.go +++ b/main.go @@ -60,12 +60,11 @@ func parseCommandLineArgs() ( | package - package-level (lower-cased) constructors will be created | none - no constructors will be created `) - //constructorScopePtr := flag.String("constructor", "exported", "{exported|package|none}") flag.Bool("print-version", false, "print current version") flag.Parse() if isFlagPassed("print-version") { - println("gobetter version 0.5") + println("gobetter version 0.7") } inFilename = *inputFilePtr