X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=version%2Fversion.go;h=be253eb545b6b890193c4a6604b8c608dde332f1;hb=65c9ae05af2882d60512d5beefa99dae232d9f16;hp=5975c22058e44ca50a97fd8ff2e3d38c6c767f01;hpb=2f392657c351bba61dd015e880bb552a0bee60b1;p=pstop.git diff --git a/version/version.go b/version/version.go index 5975c22..be253eb 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.13" + version = "0.1.3" ) +// return the current application version func Version() string { return version }