diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-06-01 18:20:06 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-06-01 18:20:06 -0400 |
commit | 3e0ff127c2210cc54681a776e12d8f1d3ae66630 (patch) | |
tree | 62f1e2f07114e4fbdb17ad0db55670d21de1fded /version | |
parent | 96dc5fd0d5abb9a6edbc66a03c34b72958c14bb1 (diff) | |
download | podman-3e0ff127c2210cc54681a776e12d8f1d3ae66630.tar.gz podman-3e0ff127c2210cc54681a776e12d8f1d3ae66630.tar.bz2 podman-3e0ff127c2210cc54681a776e12d8f1d3ae66630.zip |
Bump to v0.6.1v0.6.1
Signed-off-by: Matthew Heon <matthew.heon@gmail.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 439111111..573a17908 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.6.1-dev" +const Version = "0.6.1" |