Skip to content

Commit

Permalink
set version number
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Apr 8, 2021
1 parent 1e3bfa4 commit 73641ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/model/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const (
MAJOR = 0
MINOR = 2
FIX = 0
DEV = true
DEV = false
)

var version = fmt.Sprintf("%d.%d.%d", MAJOR, MINOR, FIX)
Expand Down

0 comments on commit 73641ca

Please sign in to comment.