X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=version%2Fversion.go;h=4e282cb3df06dadc174c559a6d7bc10386e3c58c;hb=9c17baa1e5fb1582c5bbed49280a9ee672142332;hp=07ad6b1113399a9f4c27b29366894fa2e8081e06;hpb=193ae41f5473832680f1969a1e0bc19bc27909b8;p=pstop.git diff --git a/version/version.go b/version/version.go index 07ad6b1..4e282cb 100644 --- a/version/version.go +++ b/version/version.go @@ -1,8 +1,8 @@ -// package to return the package version +// package to return the program version package version const ( - version = "0.1.1" + version = "0.1.6" ) // return the current application version