chore: version

This commit is contained in:
Siwoo Jeon 2025-05-26 22:50:18 +09:00
parent a76d0344c9
commit ea0dd64df8
Signed by: migan
GPG key ID: 036E9A8C5E8E48DA

View file

@ -7,7 +7,7 @@ import (
"git.wh64.net/muffin/goMuffin/utils"
)
const MUFFIN_VERSION = "5.1.0-gopher_release.250524a"
const MUFFIN_VERSION = "5.1.1-gopher_release.250526a"
var updatedString string = utils.RegexpDecimals.FindAllStringSubmatch(MUFFIN_VERSION, -1)[3][0]