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