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