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