Skip to content

Commit

Permalink
docs: updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
xm1k3 committed Dec 13, 2023
1 parent a8401bf commit db7ed64
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 @@ -27,7 +27,7 @@ var versionCmd = &cobra.Command{
Short: "Print cent version",
Long: "Print cent version",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Cent v1.3.2")
fmt.Println("Cent v1.3.3")
},
}

Expand Down

0 comments on commit db7ed64

Please sign in to comment.