summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2019-09-16 09:54:28 -0400
committerMatthew Heon <mheon@redhat.com>2019-09-16 09:54:28 -0400
commitca5ff03e2935c47288f7b28a2bae9212cbb83272 (patch)
treef535a6258866a16f0bd0ba19e53b4e4f74fed1c9 /version
parenta1970e1915fa99c1893bccd3a71a11d2bff77602 (diff)
downloadpodman-ca5ff03e2935c47288f7b28a2bae9212cbb83272.tar.gz
podman-ca5ff03e2935c47288f7b28a2bae9212cbb83272.tar.bz2
podman-ca5ff03e2935c47288f7b28a2bae9212cbb83272.zip
Bump to v1.6.0-rc1v1.6.0-rc1
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 f0823f260..e2397a10a 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.5.2-dev"
+const Version = "1.6.0-rc1"
// RemoteAPIVersion is the version for the remote
// client API. It is used to determine compatibility