Skip to content

Commit

Permalink
fix: version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmc committed Jun 16, 2022
1 parent b97aa6d commit e5f3a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package build

var CurrentCommit string

const BuildVersion = "0.0.1"
const BuildVersion = "1.0.0"

func UserVersion() string {
return BuildVersion + CurrentCommit
Expand Down

0 comments on commit e5f3a96

Please # to comment.