diff --git a/main.go b/main.go index e66b9fa..bb05296 100644 --- a/main.go +++ b/main.go @@ -64,7 +64,7 @@ import ( ) // ReleaseVersion is the release version for the code. -var ReleaseVersion = "0.10.0" +var ReleaseVersion = "0.10.1" func main() { os.Exit(main2())