Bump version

This commit is contained in:
Justin Hawkins 2024-04-30 22:22:13 +09:30
parent ba31f52ee2
commit 76dbbacd98

View File

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