changing branches
[pstop.git] / version / version.go
index 2ff23ad..4e282cb 100644 (file)
@@ -1,9 +1,11 @@
+// package to return the program version
 package version
 
 const (
-       version = "0.0.11"
+       version = "0.1.6"
 )
 
+// return the current application version
 func Version() string {
        return version
 }