diff options
author | Matthew Heon <mheon@redhat.com> | 2019-10-02 12:42:13 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2019-10-02 12:42:13 -0400 |
commit | faf70ae58981a87755a799b7ea911555a45c0f5b (patch) | |
tree | 6bc763f3ce6d38fe9a4a47d6760cf916e48edba4 /version/version.go | |
parent | a2fdb6ea0236fa3b5ea9a88dc513af310f07c49c (diff) | |
download | podman-faf70ae58981a87755a799b7ea911555a45c0f5b.tar.gz podman-faf70ae58981a87755a799b7ea911555a45c0f5b.tar.bz2 podman-faf70ae58981a87755a799b7ea911555a45c0f5b.zip |
Bump to v1.6.1-dev
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 a0e7c66a9..9fcd5faa7 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.1-rc1" +const Version = "1.6.1-dev" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |