Skip to content

Commit

Permalink
fix: fix on version
Browse files Browse the repository at this point in the history
  • Loading branch information
xm1k3 committed Dec 12, 2023
1 parent 8e500e0 commit 6d9486c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -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")
fmt.Println("Cent v1.3.1")
},
}

Expand Down

0 comments on commit 6d9486c

Please sign in to comment.