Fix documentation on watch intervals. Fixes #26

This commit is contained in:
2022-09-15 22:14:59 +09:30
parent 4dd166e65e
commit 326807b395
4 changed files with 7 additions and 3 deletions

View File

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