Rename state to app and furhter cleanups
[pstop.git] / version / version.go
index 91f40ab..16782b6 100644 (file)
@@ -1,9 +1,11 @@
+// package to return the program version
 package version
 
 const (
-       version = "0.0.14"
+       version = "0.3.3"
 )
 
+// return the current application version
 func Version() string {
        return version
 }