summaryrefslogtreecommitdiff
path: root/version/version.go
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-06-04 10:40:11 -0400
committerMatthew Heon <mheon@redhat.com>2020-06-04 10:40:11 -0400
commit49517a1e7d91c51956df42119c576c12fdb14ced (patch)
treece01fef372480f9bf3fba4b26a6bdbddd1255710 /version/version.go
parent13becdc81f70baf5c3eff5f543c1dab942beec64 (diff)
downloadpodman-49517a1e7d91c51956df42119c576c12fdb14ced.tar.gz
podman-49517a1e7d91c51956df42119c576c12fdb14ced.tar.bz2
podman-49517a1e7d91c51956df42119c576c12fdb14ced.zip
Bump to v2.0.0-dev
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version/version.go')
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index 51e844f54..4c7202e77 100644
--- a/version/version.go
+++ b/version/version.go
@@ -4,7 +4,7 @@ package version
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
-const Version = "2.0.0-rc4"
+const Version = "2.0.0-dev"
// APIVersion is the version for the remote
// client API. It is used to determine compatibility