diff options
| author | Matthew Heon <matthew.heon@gmail.com> | 2018-03-09 10:07:12 -0500 |
|---|---|---|
| committer | Matthew Heon <matthew.heon@gmail.com> | 2018-03-09 10:07:12 -0500 |
| commit | f79a39abb7725109cd3469f74fd6789d9a62a308 (patch) | |
| tree | b78ed9ec3b033fcf962f013590a3f0f33ace3f2f | |
| parent | 7516dfd8c5185346c49ab899f41c080547c3d107 (diff) | |
| download | podman-0.3.2.tar.gz podman-0.3.2.tar.bz2 podman-0.3.2.zip | |
Bump to v0.3.2v0.3.2
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
| -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 113af2c77..8cb8412b7 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.2-dev" +const Version = "0.3.2" |
