diff options
author | Matthew Heon <mheon@redhat.com> | 2019-12-11 12:49:25 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2019-12-11 12:49:25 -0500 |
commit | 7bbef419fbbe49eddc9caf975159088e9d805823 (patch) | |
tree | 0fd687dd4a1bfdaa155eae4bfb5c6f7c65a36f44 /version/version.go | |
parent | 11541aec80c0fc588f675decd0ce759a4e353684 (diff) | |
download | podman-7bbef419fbbe49eddc9caf975159088e9d805823.tar.gz podman-7bbef419fbbe49eddc9caf975159088e9d805823.tar.bz2 podman-7bbef419fbbe49eddc9caf975159088e9d805823.zip |
Bump to v1.7.0-rc1v1.7.0-rc1
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version/version.go')
-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 129a2cd4b..ceabe01db 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.4-dev" +const Version = "1.7.0-rc1" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |