diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-05-16 13:12:34 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-05-16 17:38:43 -0400 |
commit | 03918cfd5f84cfe7f6095786415c094af67aab0f (patch) | |
tree | 08446e2b87725834385b8101bc56844793e1745b /version | |
parent | 7210727e205c333af9a2d0ed0bb66adcf92a6369 (diff) | |
download | podman-03918cfd5f84cfe7f6095786415c094af67aab0f.tar.gz podman-03918cfd5f84cfe7f6095786415c094af67aab0f.tar.bz2 podman-03918cfd5f84cfe7f6095786415c094af67aab0f.zip |
Bump to v1.3.2-dev
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..a917931b7 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-dev" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |