X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=version%2Fversion.go;h=16782b6221b813151327c61ace9bc6d962a904b9;hb=0b7bb57744ef4be1855155bccd96f6370061c009;hp=2ff23ad961aae698f5ab0b2ec6edb62c38a49cce;hpb=ec6cd477f09b69398f512cbe480afa86da326370;p=pstop.git diff --git a/version/version.go b/version/version.go index 2ff23ad..16782b6 100644 --- a/version/version.go +++ b/version/version.go @@ -1,9 +1,11 @@ +// package to return the program version package version const ( - version = "0.0.11" + version = "0.3.3" ) +// return the current application version func Version() string { return version }