diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-07-20 14:11:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-20 14:11:29 -0400 |
commit | eee0e97deb4f0d166c829b80d8114ad0664c50d4 (patch) | |
tree | 381ea5f36cd79a45b026f988eec5f40b29b41d38 /version/version.go | |
parent | 72c82fb79e0a903bc02db989d4c9b6d6f6979b17 (diff) | |
parent | 64f594279c1fe7f712246b49eab615763721cd23 (diff) | |
download | podman-eee0e97deb4f0d166c829b80d8114ad0664c50d4.tar.gz podman-eee0e97deb4f0d166c829b80d8114ad0664c50d4.tar.bz2 podman-eee0e97deb4f0d166c829b80d8114ad0664c50d4.zip |
Merge pull request #1124 from mheon/bump-0.7.3
Bump to 0.7.3
Diffstat (limited to 'version/version.go')
-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 36f546577..c6824cf5f 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.7.3-dev" +const Version = "0.7.4-dev" |