diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-05-11 13:20:57 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-05-11 13:20:57 -0400 |
commit | 4631586aa3928804c164fce027b6589477f97fa0 (patch) | |
tree | e82affa4394c884455c703f91f25f971be0326ee /version | |
parent | c8208a845e734a3527f5f589d7d318087ca92b07 (diff) | |
download | podman-4631586aa3928804c164fce027b6589477f97fa0.tar.gz podman-4631586aa3928804c164fce027b6589477f97fa0.tar.bz2 podman-4631586aa3928804c164fce027b6589477f97fa0.zip |
Bump to v0.5.2v0.5.2
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 1e33bb54c..417897cf5 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.5.2-dev" +const Version = "0.5.2" |