Skip to content

Commit d0e31a2

Browse files
author
Sazon, John Bryan J
committed
Bump version to v0.3.0
1 parent 10e1573 commit d0e31a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/version.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
77
// copies of the Software, and to permit persons to whom the Software is
88
// furnished to do so, subject to the following conditions:
9-
//
109
// The above copyright notice and this permission notice shall be included in
1110
// all copies or substantial portions of the Software.
1211
//
@@ -26,7 +25,7 @@ import (
2625
"github.com/spf13/cobra"
2726
)
2827

29-
const version = "v0.2.0"
28+
const version = "v0.3.0"
3029

3130
var versionCmd = &cobra.Command{
3231
Use: "version",

0 commit comments

Comments
 (0)