Update version and docs a tiny bit
[pstop.git] / version / version.go
index 5975c22..0d16748 100644 (file)
@@ -1,9 +1,11 @@
+// package to return the package version
 package version
 
 const (
-       version = "0.0.13"
+       version = "0.1.0"
 )
 
+// return the current application version
 func Version() string {
        return version
 }