Bump version

This commit is contained in:
Justin Hawkins 2022-05-08 11:39:54 +09:30
parent 1bf557c3eb
commit 9f7090a2f8

View File

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