diff --git a/main.go b/main.go index 9edf858..f0cd2fd 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( var ( // Version is the main version number that is being run at the moment. - Version = "1.0.0" + Version = "1.0.1" // VersionPrerelease is A pre-release marker for the Version. If this is "" // (empty string) then it means that it is a final release. Otherwise, this