diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-06-15 11:15:14 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-06-15 11:15:14 -0400 |
commit | 5d0557530aa339c9384a0db48ba7531c3a874386 (patch) | |
tree | b399705d275f7391c72367b73d8d188e7280d33f /version | |
parent | cd39b628da13c8bec3f30d8871e9497a7881af2c (diff) | |
download | podman-5d0557530aa339c9384a0db48ba7531c3a874386.tar.gz podman-5d0557530aa339c9384a0db48ba7531c3a874386.tar.bz2 podman-5d0557530aa339c9384a0db48ba7531c3a874386.zip |
Bump to v0.6.4-dev
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 a02a58ae7..ea6f16b46 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" +const Version = "0.6.4-dev" |