diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-09-17 00:15:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-17 00:15:17 +0200 |
commit | 2aa6771e787b46484245445b899cd2694aadbfc2 (patch) | |
tree | a387c75be23d04669194983c40fff7c06f9d7f8e /version | |
parent | 1a1ff98896066d82d800e5a09e1461825ad12a09 (diff) | |
parent | 3ad8a349c9ab7ba8cdd040f687327cb24cc1c0af (diff) | |
download | podman-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.go | 2 |
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 |