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