X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=version%2Fversion.go;h=75104551cfab9f8499b9faf6a0b4c8df6e029f19;hb=aeae84e2ef384df343ade4dfd188169e36ce84c0;hp=60ffa715f4fc51928f2a24230e4c64f6cda1860c;hpb=db603692f051e73aae7c3073bcd2a8a46dead813;p=pstop.git diff --git a/version/version.go b/version/version.go index 60ffa71..7510455 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.0.17" + version = "0.3.5" ) // return the current application version