diff options
author | Matthew Heon <matthew.heon@pm.me> | 2022-05-16 10:36:43 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-05-16 10:36:43 -0400 |
commit | 418cfe2556bcbcb643319f1228b2f4fb99f2928e (patch) | |
tree | d421d592e4dba23ba7ecece508aa2f12795546bf | |
parent | 3bd24bd9050ec20516f29653769cb67953d7f404 (diff) | |
download | podman-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.go | 2 |
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 |