Skip to content

Commit

Permalink
Edit version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sunboyy committed Oct 31, 2023
1 parent 655fc34 commit 3c0b0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c0b0e4

Please sign in to comment.