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