bump to v0.3.5
[pstop.git] / version / version.go
index 0d16748..7510455 100644 (file)
@@ -1,8 +1,8 @@
-// package to return the package version
+// package to return the program version
 package version
 
 const (
-       version = "0.1.0"
+       version = "0.3.5"
 )
 
 // return the current application version