diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-05-28 14:05:49 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-05-28 14:05:49 -0400 |
commit | 14fdcd0dedaec2fa89ccb58840e297ecb98cc617 (patch) | |
tree | d5ac00f26cb98d1fae7acee5620fcb351abd360a /version | |
parent | 892e22371b5456b1bba48891f883e153da63e470 (diff) | |
download | podman-1.3.2.tar.gz podman-1.3.2.tar.bz2 podman-1.3.2.zip |
Bump to v1.3.2v1.3.2
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
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 6174b9587..67cb549a9 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ package version // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -const Version = "1.3.1" +const Version = "1.3.2" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |