Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Version release 1.0.0-alpha0
Browse files Browse the repository at this point in the history
  • Loading branch information
timfpark committed Nov 3, 2020
1 parent fd735b4 commit 58dffd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var versionCmd = &cobra.Command{

// PrintVersion prints the current version of Fabrikate being used.
func PrintVersion() {
logger.Info("fab version 0.17.3")
logger.Info("fab version 1.0.0-alpha0")
}

func init() {
Expand Down

0 comments on commit 58dffd1

Please sign in to comment.