summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2019-09-16 09:55:10 -0400
committerMatthew Heon <mheon@redhat.com>2019-09-16 09:55:10 -0400
commitfa8f2c0ba5d4fd725dde3350bfbe71240a8c1d3e (patch)
treee9d5c13054ece6e8404c1f9d605fa447587172ef /version
parentca5ff03e2935c47288f7b28a2bae9212cbb83272 (diff)
downloadpodman-fa8f2c0ba5d4fd725dde3350bfbe71240a8c1d3e.tar.gz
podman-fa8f2c0ba5d4fd725dde3350bfbe71240a8c1d3e.tar.bz2
podman-fa8f2c0ba5d4fd725dde3350bfbe71240a8c1d3e.zip
Bump to v1.6.0-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 e2397a10a..348a69594 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 = "1.6.0-rc1"
+const Version = "1.6.0-dev"
// RemoteAPIVersion is the version for the remote
// client API. It is used to determine compatibility