Compare commits

...

1 Commits

Author SHA1 Message Date
76dbbacd98 Bump version 2024-04-30 22:22:13 +09:30

View File

@ -13,7 +13,7 @@ import (
"golang.org/x/mod/semver"
)
const CurrentVersion string = "v0.13.0-alpha.1"
const CurrentVersion string = "v0.13.0"
type GithubRelease struct {
HTMLURL string `json:"html_url"`