X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=version%2Fversion.go;h=cf77d282a5c35ee44a15373760ed284bcafb100a;hb=ac65d456eb98d64e3262ce8c3ac3d1ee0a27ee9f;hp=22595270e7e242d4a8c229e32e024d89acd1628a;hpb=a5e1b3bd268ec1c5eaf2094da0bb1b0e59ed8a12;p=pstop.git diff --git a/version/version.go b/version/version.go index 2259527..cf77d28 100644 --- a/version/version.go +++ b/version/version.go @@ -1,8 +1,8 @@ -// package to return the package version +// package to return the program version package version const ( - version = "0.1.2" + version = "0.3.2" ) // return the current application version