Adjust README.md and allow left and right arrow keys to navigate
[pstop.git] / version / version.go
index 38d5765..07ad6b1 100644 (file)
@@ -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
 }