diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-06-29 15:59:22 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-06-29 15:59:22 -0400 |
commit | c71845fa7016a766942efc716fe73300ee265a74 (patch) | |
tree | 63948fd238ef8730f6d771e70c1d54a2cb9527a6 /version | |
parent | 9d97bd67ed625494792787adadfc46fd26f43c8c (diff) | |
download | podman-c71845fa7016a766942efc716fe73300ee265a74.tar.gz podman-c71845fa7016a766942efc716fe73300ee265a74.tar.bz2 podman-c71845fa7016a766942efc716fe73300ee265a74.zip |
Bump to v0.7.1-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 923d1af20..a846c8b18 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" +const Version = "0.7.1-dev" |