diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-07-20 14:06:44 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-07-20 14:06:44 -0400 |
commit | 07912105635ac54fbf174e394b94899dc23cbf40 (patch) | |
tree | 0ebe1f1ffc7bf108e6b53aec37dd6284db82c7bd /version | |
parent | 72c82fb79e0a903bc02db989d4c9b6d6f6979b17 (diff) | |
download | podman-07912105635ac54fbf174e394b94899dc23cbf40.tar.gz podman-07912105635ac54fbf174e394b94899dc23cbf40.tar.bz2 podman-07912105635ac54fbf174e394b94899dc23cbf40.zip |
Bump to v0.7.3v0.7.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 36f546577..dcf329706 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.3" |