diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-03-23 13:51:57 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-03-23 14:00:09 -0400 |
commit | 57b403eda155d321d8aa29cfa0085aac8ce28a57 (patch) | |
tree | 7f3b84b36be18447ca58cb5fea8e77b5413d047a /version | |
parent | 3f5da4d0dd04f755f9a46f93d59f2db58285436b (diff) | |
download | podman-57b403eda155d321d8aa29cfa0085aac8ce28a57.tar.gz podman-57b403eda155d321d8aa29cfa0085aac8ce28a57.tar.bz2 podman-57b403eda155d321d8aa29cfa0085aac8ce28a57.zip |
Bump version to v0.3.4v0.3.4
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 710464969..9cbe2a8da 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.4-dev" +const Version = "0.3.4" |