diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-05-11 13:23:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-11 13:23:06 -0400 |
commit | 07253fc8af77a5f19f5661aaee2c1008da79611c (patch) | |
tree | de15d3cd070659148ae3c73b8f9d9976f2e6c256 /version/version.go | |
parent | c8208a845e734a3527f5f589d7d318087ca92b07 (diff) | |
parent | 266fe390c2fa89ab43a300933238dee027995dac (diff) | |
download | podman-07253fc8af77a5f19f5661aaee2c1008da79611c.tar.gz podman-07253fc8af77a5f19f5661aaee2c1008da79611c.tar.bz2 podman-07253fc8af77a5f19f5661aaee2c1008da79611c.zip |
Merge pull request #755 from mheon/bump_0_5_2
Bump to v0.5.2
Diffstat (limited to 'version/version.go')
-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 1e33bb54c..a0ec3b531 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.2-dev" +const Version = "0.5.3-dev" |