diff --git a/build/version.go b/build/version.go index 2657853e4..de4102f5c 100644 --- a/build/version.go +++ b/build/version.go @@ -25,7 +25,7 @@ func buildType() string { } // BuildVersion is the local build version, set by build system -const BuildVersion = "0.4.5" +const BuildVersion = "0.4.6" func UserVersion() string { return BuildVersion + buildType() + CurrentCommit