X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=version%2Fversion.go;h=75104551cfab9f8499b9faf6a0b4c8df6e029f19;hb=aeae84e2ef384df343ade4dfd188169e36ce84c0;hp=f9a7aa1be7a0558b59c96c2c7d4eb11a1435b622;hpb=38376bf5db9af25660b8183b2c022d079bb2b5ea;p=pstop.git diff --git a/version/version.go b/version/version.go index f9a7aa1..7510455 100644 --- a/version/version.go +++ b/version/version.go @@ -1,9 +1,11 @@ +// package to return the program version package version const ( - version = "0.0.10" + version = "0.3.5" ) +// return the current application version func Version() string { return version }