diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-08-31 16:43:52 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-08-31 16:43:52 -0400 |
commit | dc5a711fb6368ce7b817b9c48e5c0102348df29c (patch) | |
tree | 2073dc0cffef202411ca0fee83745c2ab2c04423 /version | |
parent | c65a8bad8f99867cff5bf0d914796897fbebc30d (diff) | |
download | podman-dc5a711fb6368ce7b817b9c48e5c0102348df29c.tar.gz podman-dc5a711fb6368ce7b817b9c48e5c0102348df29c.tar.bz2 podman-dc5a711fb6368ce7b817b9c48e5c0102348df29c.zip |
Bump to v0.8.5v0.8.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 f96b7c63a..0ea997e4e 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.8.5-dev" +const Version = "0.8.5" |