Skip to content

Commit

Permalink
Update specs-go/version.go
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Lezar <[email protected]>
  • Loading branch information
bart0sh and elezar committed Aug 8, 2024
1 parent ccf5b92 commit 30d0688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs-go/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func MinimumRequiredVersion(spec *Spec) (string, error) {
return minVersion.String(), nil
}

// Version represents a semantic version string
// version represents a semantic version string
type version string

// newVersion creates a version that can be used for semantic version comparisons.
Expand Down

0 comments on commit 30d0688

Please sign in to comment.