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