Skip to content

Commit

Permalink
chore: bump version to v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Mar 10, 2021
1 parent cadc06c commit 50928fc
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 Commit string

const version = "1.2.4"
const version = "1.2.5"

func GetVersion() string {
basicVersion := "v" + version
Expand Down

0 comments on commit 50928fc

Please sign in to comment.