summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2022-05-16 10:36:43 -0400
committerMatthew Heon <matthew.heon@pm.me>2022-05-16 10:36:43 -0400
commit418cfe2556bcbcb643319f1228b2f4fb99f2928e (patch)
treed421d592e4dba23ba7ecece508aa2f12795546bf
parent3bd24bd9050ec20516f29653769cb67953d7f404 (diff)
downloadpodman-418cfe2556bcbcb643319f1228b2f4fb99f2928e.tar.gz
podman-418cfe2556bcbcb643319f1228b2f4fb99f2928e.tar.bz2
podman-418cfe2556bcbcb643319f1228b2f4fb99f2928e.zip
Bump to v3.0.2v3.0.2
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index 5291f048e..b67525c21 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.2-dev")
+var Version = semver.MustParse("3.0.2")
// APIVersion is the version for the remote
// client API. It is used to determine compatibility