X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=version%2Fversion.go;h=74ffa65c269838b29ab6dfb6636428b18ae8d75a;hb=d38bc6ef7c4b5a914e5c3e492c1efdc84944fbd1;hp=be253eb545b6b890193c4a6604b8c608dde332f1;hpb=f742608f4ad8442336a9ca3b1cbedfe8df183a27;p=pstop.git diff --git a/version/version.go b/version/version.go index be253eb..74ffa65 100644 --- a/version/version.go +++ b/version/version.go @@ -1,8 +1,8 @@ -// package to return the package version +// package to return the program version package version const ( - version = "0.1.3" + version = "0.1.4" ) // return the current application version