diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-04-05 13:08:53 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-04-05 13:08:53 -0400 |
commit | b51d32703f80e40487a5f494d6209ffd7e596ada (patch) | |
tree | c54555ff45487c413c77947743037172f3a6c3e1 /version | |
parent | 54bd0ae71671084c53bdd7e675e23c657d410280 (diff) | |
download | podman-b51d32703f80e40487a5f494d6209ffd7e596ada.tar.gz podman-b51d32703f80e40487a5f494d6209ffd7e596ada.tar.bz2 podman-b51d32703f80e40487a5f494d6209ffd7e596ada.zip |
Bump to v0.4.1v0.4.1
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 3519a67ab..a903f4580 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.4.1-dev" +const Version = "0.4.1" |