diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-09-21 18:24:22 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-09-21 18:24:22 -0400 |
commit | a723353ab0720c6eb9b4a7eab2ad36a13aa2ca5a (patch) | |
tree | 22f7644c3bba8053d88595d9c6a75febcb2b4dd3 /version | |
parent | 58e6395e9801acb29483dc7d7836952d2116106d (diff) | |
download | podman-a723353ab0720c6eb9b4a7eab2ad36a13aa2ca5a.tar.gz podman-a723353ab0720c6eb9b4a7eab2ad36a13aa2ca5a.tar.bz2 podman-a723353ab0720c6eb9b4a7eab2ad36a13aa2ca5a.zip |
Bump to v0.9.3v0.9.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 5d5ddbe6f..5642e484e 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -const Version = "0.9.3-dev" +const Version = "0.9.3" |