diff --git a/version.go b/version.go index 4b3083b..16d3fc9 100644 --- a/version.go +++ b/version.go @@ -5,7 +5,7 @@ import ( ) // VERSION the version of supervisor -const VERSION = "v0.8.0" +const VERSION = "v0.8.1" // VersionCommand implement the flags.Commander interface type VersionCommand struct {