From 3c0b0e403dbcf615365a7622d23cff201fbf1d6c Mon Sep 17 00:00:00 2001 From: Surawich Laprattanatrai Date: Tue, 31 Oct 2023 22:02:19 +0700 Subject: [PATCH] Edit version variable --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index dd0bd9e..0f7fd75 100644 --- a/main.go +++ b/main.go @@ -22,7 +22,7 @@ const usageText = `repogen generates MongoDB repository implementation from repo Supported options:` // version indicates the version of repogen. -const version = "v0.3-next" +const version = "v0.3" func main() { flag.Usage = printUsage