Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
chore: updating version.go comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Nov 1, 2023
1 parent 0b7a53f commit 1ef631d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand All @@ -16,7 +17,7 @@ type Version struct {
var version = Version{
Meta: "beta",
Major: 0,
Minor: 1,
Minor: 0,
Patch: 0,
}

Expand Down

0 comments on commit 1ef631d

Please sign in to comment.