Bump version number to 8.8.2 as an example

This commit is contained in:
seednode 2024-05-15 13:27:19 -04:00
parent f9084df786
commit 459cb9df0d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ import (
const (
AllowedCharacters string = `^[A-z0-9.\-_]+$`
ReleaseVersion string = "8.8.1"
ReleaseVersion string = "8.8.2"
)
var (