diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-06-15 11:15:10 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-06-15 11:15:10 -0400 |
commit | cd39b628da13c8bec3f30d8871e9497a7881af2c (patch) | |
tree | 55de0c5c19fe32ff125926ad6b3ad6def8f36671 /version | |
parent | 16ea659757ad961d6d9ac3c95d9efbc1a426cef0 (diff) | |
download | podman-cd39b628da13c8bec3f30d8871e9497a7881af2c.tar.gz podman-cd39b628da13c8bec3f30d8871e9497a7881af2c.tar.bz2 podman-cd39b628da13c8bec3f30d8871e9497a7881af2c.zip |
Bump to v0.6.3v0.6.3
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 e7e446cad..a02a58ae7 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.3-dev" +const Version = "0.6.3" |