From: Simon J Mudd Date: Thu, 29 Jan 2015 08:45:33 +0000 (+0100) Subject: bump version to v0.3.2 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;ds=sidebyside;h=ac65d456eb98d64e3262ce8c3ac3d1ee0a27ee9f;p=pstop.git bump version to v0.3.2 --- diff --git a/version/version.go b/version/version.go index d635f91..cf77d28 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version const ( - version = "0.3.1" + version = "0.3.2" ) // return the current application version