5.0.1 #1

Merged
migan merged 7 commits from develop into main 2025-05-05 03:21:09 +09:00
Showing only changes of commit 7f2cdf8176 - Show all commits

View file

@ -7,7 +7,7 @@ import (
"git.wh64.net/muffin/goMuffin/utils"
)
const MUFFIN_VERSION = "5.0.0-gopher_release.250413a"
const MUFFIN_VERSION = "5.0.1-gopher_release.250505a"
var updatedString string = utils.Decimals.FindAllStringSubmatch(MUFFIN_VERSION, -1)[3][0]