From 2496582a4fc16215b6ac84137606f965b8d937bf Mon Sep 17 00:00:00 2001 From: Kay Date: Thu, 2 Nov 2023 04:08:40 +0800 Subject: [PATCH] chore: updating version.go comments --- version.go | 1 + 1 file changed, 1 insertion(+) diff --git a/version.go b/version.go index 492c196..847ac4e 100644 --- a/version.go +++ b/version.go @@ -6,6 +6,7 @@ import ( "fmt" ) +// These constants follow the semantic versioning 2.0.0 spec (http://semver.org/) type Version struct { Meta string `json:"meta" xml:"meta"` Major uint8 `json:"major" xml:"major"`