summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-09-17 00:15:17 +0200
committerGitHub <noreply@github.com>2019-09-17 00:15:17 +0200
commit2aa6771e787b46484245445b899cd2694aadbfc2 (patch)
treea387c75be23d04669194983c40fff7c06f9d7f8e /version
parent1a1ff98896066d82d800e5a09e1461825ad12a09 (diff)
parent3ad8a349c9ab7ba8cdd040f687327cb24cc1c0af (diff)
downloadpodman-2aa6771e787b46484245445b899cd2694aadbfc2.tar.gz
podman-2aa6771e787b46484245445b899cd2694aadbfc2.tar.bz2
podman-2aa6771e787b46484245445b899cd2694aadbfc2.zip
Merge pull request #4037 from mheon/bump_1.6.0_rc1
Bump to v1.6.0-RC1
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..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.5.2-dev"
+const Version = "1.6.0-dev"
// RemoteAPIVersion is the version for the remote
// client API. It is used to determine compatibility