X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=version%2Fversion.go;h=4e282cb3df06dadc174c559a6d7bc10386e3c58c;hb=9c17baa1e5fb1582c5bbed49280a9ee672142332;hp=38d5765534342d29a02d46985acecef92b2d438e;hpb=7a39d92f2c8831740b40e299d7b68660e242ad14;p=pstop.git diff --git a/version/version.go b/version/version.go index 38d5765..4e282cb 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.16" + version = "0.1.6" ) +// return the current application version func Version() string { return version }