Upgrade all dependancies and go version

This commit is contained in:
2024-04-30 22:42:17 +09:30
parent 76dbbacd98
commit 529bea0a97
3 changed files with 40 additions and 47 deletions

View File

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