mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-18 08:29:55 +01:00
patch
This commit is contained in:
parent
3d9e9a1342
commit
718bb1b852
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ package cmd
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/masterminds/semver"
|
||||
"github.com/Masterminds/semver"
|
||||
)
|
||||
|
||||
// SemanticVersion is a struct containing a semantic version
|
||||
|
|
@ -18,7 +18,7 @@ func NewSemanticVersion(version string) (*SemanticVersion, error) {
|
|||
return nil, err
|
||||
}
|
||||
return &SemanticVersion{
|
||||
Version: semverVersion,
|
||||
Version: &semverVersion,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue