X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=version%2Fversion.go;h=75104551cfab9f8499b9faf6a0b4c8df6e029f19;hb=aeae84e2ef384df343ade4dfd188169e36ce84c0;hp=0486ff601790ea517b9b0c4bcce6cfb0a1064eaa;hpb=a99b1b63f399a1c66a480debcb00f5a5a46ededf;p=pstop.git diff --git a/version/version.go b/version/version.go index 0486ff6..7510455 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.15" + version = "0.3.5" ) +// return the current application version func Version() string { return version }