Skip to content

Commit 30d0688

Browse files
bart0shelezar
andauthored
Update specs-go/version.go
Co-authored-by: Evan Lezar <evanlezar@gmail.com>
1 parent ccf5b92 commit 30d0688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func MinimumRequiredVersion(spec *Spec) (string, error) {
8282
return minVersion.String(), nil
8383
}
8484

85-
// Version represents a semantic version string
85+
// version represents a semantic version string
8686
type version string
8787

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

0 commit comments

Comments
 (0)