diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-01-02 15:00:37 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-01-02 15:00:37 -0500 |
commit | 9090c476f76638ae9e86b6bc30b64fce3252266c (patch) | |
tree | 76b034d2b13d968de4cc9eae0ff229f0b003739c /version/version.go | |
parent | 1faa5bb6cdddc2d4b36b1c25261952c9ccf90f61 (diff) | |
download | podman-9090c476f76638ae9e86b6bc30b64fce3252266c.tar.gz podman-9090c476f76638ae9e86b6bc30b64fce3252266c.tar.bz2 podman-9090c476f76638ae9e86b6bc30b64fce3252266c.zip |
Bump to v1.7.0-rc2v1.7.0-rc2
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
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 e75d1e713..4b3f2a292 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.7.0-dev" +const Version = "1.7.0-rc2" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |