diff --git a/main.go b/main.go index cc063fd..0dd646f 100644 --- a/main.go +++ b/main.go @@ -74,7 +74,7 @@ import ( ) // ReleaseVersion is the release version for the code. -var ReleaseVersion = "0.9.5" +var ReleaseVersion = "0.9.6" // BuildVersion is the build version for the code. var BuildVersion = uint64(2)