Skip to content

Commit

Permalink
Set projectVersion to the stableVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrodri committed Apr 10, 2021
1 parent c10fa17 commit 93eaf29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ func (c *CLI) buildCmd() error {
Number: uve.Version.Number,
}
if config.IsRegistered(stableVersion) {
// Get project version and plugin info from defaults
c.getInfoFromDefaults()
// Use the stableVersion
c.projectVersion = stableVersion
}
default:
return err
Expand Down

0 comments on commit 93eaf29

Please sign in to comment.