From b52e35090a3efe41ec038dd198da679c53200c5c Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Tue, 19 Nov 2024 15:55:20 +0100 Subject: [PATCH] Bump to version 0.8.2 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {