diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-05-18 12:43:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-18 12:43:05 -0400 |
commit | 228c71b1dadaa8894648111982d09c76b066e3c9 (patch) | |
tree | 0c8011a9d6fced4e1de93f326438f4de657a03e5 /version | |
parent | bbc522be8ec55e16c6555a09ae1c33f6f2247358 (diff) | |
parent | 133df588a61272c02fd0da2ccf30d36cb48978bc (diff) | |
download | podman-228c71b1dadaa8894648111982d09c76b066e3c9.tar.gz podman-228c71b1dadaa8894648111982d09c76b066e3c9.tar.bz2 podman-228c71b1dadaa8894648111982d09c76b066e3c9.zip |
Merge pull request #803 from mheon/bump_0_5_3
Bump to v0.5.3
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 a0ec3b531..2711c5f2d 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.5.3-dev" +const Version = "0.5.4-dev" |