bump to v0.3.5
[pstop.git] / version / version.go
index 5975c22..7510455 100644 (file)
@@ -1,9 +1,11 @@
+// package to return the program version
 package version
 
 const (
-       version = "0.0.13"
+       version = "0.3.5"
 )
 
+// return the current application version
 func Version() string {
        return version
 }