diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-03-16 11:04:26 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-03-16 11:04:26 -0400 |
commit | b47fc0dda522008ef4ed6abf72b764fb5b445f3a (patch) | |
tree | f444d2c4050765be0df1501ad6723e512a41b23d /version | |
parent | c08a1e0b1124cf0b7c4bb80e09717134540ec593 (diff) | |
download | podman-b47fc0dda522008ef4ed6abf72b764fb5b445f3a.tar.gz podman-b47fc0dda522008ef4ed6abf72b764fb5b445f3a.tar.bz2 podman-b47fc0dda522008ef4ed6abf72b764fb5b445f3a.zip |
Bump to v0.3.3v0.3.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 990892f5a..150c3454a 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.3.3-dev" +const Version = "0.3.3" |