From: Simon J Mudd Date: Thu, 4 Dec 2014 17:58:03 +0000 (+0100) Subject: bump version to v0.0.18 X-Git-Url: http://git.iain.cx/?p=pstop.git;a=commitdiff_plain;h=b686acbddf8789c1c54d81a63bab1dd857c570ed bump version to v0.0.18 --- diff --git a/version/version.go b/version/version.go index 60ffa71..f4b3a27 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version const ( - version = "0.0.17" + version = "0.0.19" ) // return the current application version