summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2021-02-18 15:15:25 -0500
committerMatthew Heon <mheon@redhat.com>2021-02-18 15:15:25 -0500
commitc640670e85c4aaaff92741691d6a854a90229d8d (patch)
treef1c5eb706949d2f00bc1fdeba4a1156f10a45ea5 /version
parentc2b393be43fee5150a812f0eaf954f50a563f56a (diff)
downloadpodman-3.0.1.tar.gz
podman-3.0.1.tar.bz2
podman-3.0.1.zip
Bump to v3.0.1v3.0.1
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version')
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index 8785dd9fd..18d38f6ad 100644
--- a/version/version.go
+++ b/version/version.go
@@ -8,7 +8,7 @@ import (
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
-var Version = semver.MustParse("3.0.1-dev")
+var Version = semver.MustParse("3.0.1")
// APIVersion is the version for the remote
// client API. It is used to determine compatibility