diff --git a/cmd/root.go b/cmd/root.go index f3192d6..66af01f 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -18,7 +18,7 @@ import ( const ( AllowedCharacters string = `^[A-z0-9.\-_]+$` - ReleaseVersion string = "5.0.3" + ReleaseVersion string = "5.0.4" ) var (