diff --git a/version/version.go b/version/version.go index e650ae7..1f2e48b 100644 --- a/version/version.go +++ b/version/version.go @@ -19,5 +19,5 @@ var ( // This variable shows the commit hash of the repo so they can confirm they are on latest or specific version of the branch. GitHash string // This variable is dependent on what the current release is e.g. if it is v0.2.3 then this variable, outside of releases, will be v0.2.4-dev . - Version = "v0.2.4-dev" + Version = "v0.2.4-alpha1" )