diff options
author | Matthew Heon <mheon@redhat.com> | 2019-09-16 09:55:10 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2019-09-16 09:55:10 -0400 |
commit | fa8f2c0ba5d4fd725dde3350bfbe71240a8c1d3e (patch) | |
tree | e9d5c13054ece6e8404c1f9d605fa447587172ef /version | |
parent | ca5ff03e2935c47288f7b28a2bae9212cbb83272 (diff) | |
download | podman-fa8f2c0ba5d4fd725dde3350bfbe71240a8c1d3e.tar.gz podman-fa8f2c0ba5d4fd725dde3350bfbe71240a8c1d3e.tar.bz2 podman-fa8f2c0ba5d4fd725dde3350bfbe71240a8c1d3e.zip |
Bump to v1.6.0-dev
Signed-off-by: Matthew Heon <mheon@redhat.com>
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 e2397a10a..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.6.0-rc1" +const Version = "1.6.0-dev" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |