diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-06-29 15:59:12 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-06-29 15:59:12 -0400 |
commit | 9d97bd67ed625494792787adadfc46fd26f43c8c (patch) | |
tree | 1945da8ea1ad4df4e78d91d815710372473bebeb /version | |
parent | 4c8c000f3aa0b25577338f805a07c16518890b3d (diff) | |
download | podman-9d97bd67ed625494792787adadfc46fd26f43c8c.tar.gz podman-9d97bd67ed625494792787adadfc46fd26f43c8c.tar.bz2 podman-9d97bd67ed625494792787adadfc46fd26f43c8c.zip |
Bump to v0.6.5v0.6.5
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 22522ed6f..923d1af20 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.5-dev" +const Version = "0.6.5" |