Skip to content

Commit

Permalink
bump version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
codefather-filestar committed Aug 9, 2021
1 parent 1db7a8d commit 1796c67
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 @@ -32,7 +32,7 @@ func buildType() string {
}

// BuildVersion is the local build version, set by build system
const BuildVersion = "1.4.0"
const BuildVersion = "1.4.1"

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

0 comments on commit 1796c67

Please sign in to comment.