X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=version%2Fversion.go;h=cf77d282a5c35ee44a15373760ed284bcafb100a;hb=ac65d456eb98d64e3262ce8c3ac3d1ee0a27ee9f;hp=c1fb1dfb94a0e6686438cc54b42928c983dbb831;hpb=acfcf951de5e815ad866d99b6a7e7666bfac5fe1;p=pstop.git diff --git a/version/version.go b/version/version.go index c1fb1df..cf77d28 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.17" + version = "0.3.2" ) +// return the current application version func Version() string { return version }