fix: revert fix

Masterminds have fixed it upstream
This commit is contained in:
Lea Anthony
2019-09-05 08:50:40 +10:00
parent 099967ae94
commit 694f80434a
3 changed files with 2 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import (
// SemanticVersion is a struct containing a semantic version
type SemanticVersion struct {
Version semver.Version
Version *semver.Version
}
// NewSemanticVersion creates a new SemanticVersion object with the given version string