X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=version%2Fversion.go;h=16782b6221b813151327c61ace9bc6d962a904b9;hb=0b7bb57744ef4be1855155bccd96f6370061c009;hp=be253eb545b6b890193c4a6604b8c608dde332f1;hpb=65c9ae05af2882d60512d5beefa99dae232d9f16;p=pstop.git diff --git a/version/version.go b/version/version.go index be253eb..16782b6 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.3" + version = "0.3.3" ) // return the current application version