diff --git a/cmd/root.go b/cmd/root.go index 83333bb..11f1ff1 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -17,7 +17,7 @@ import ( const ( AllowedCharacters string = `^[A-z0-9.\-_]+$` - ReleaseVersion string = "8.8.1" + ReleaseVersion string = "8.8.2" ) var (