aboutsummaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2021-02-18 15:15:56 -0500
committerMatthew Heon <mheon@redhat.com>2021-02-18 15:15:56 -0500
commit24cc53cb5fa756a27a24b063b9372b8f8fd4348b (patch)
tree18520dac08ce1401bd183b976f5b01141810e3ae /version
parentc640670e85c4aaaff92741691d6a854a90229d8d (diff)
downloadpodman-24cc53cb5fa756a27a24b063b9372b8f8fd4348b.tar.gz
podman-24cc53cb5fa756a27a24b063b9372b8f8fd4348b.tar.bz2
podman-24cc53cb5fa756a27a24b063b9372b8f8fd4348b.zip
Bump to v3.0.2-dev
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 18d38f6ad..5291f048e 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")
+var Version = semver.MustParse("3.0.2-dev")
// APIVersion is the version for the remote
// client API. It is used to determine compatibility