Skip to content

Commit

Permalink
bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
junyu-w committed Sep 16, 2018
1 parent 2588ff5 commit 7d807b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Corgi is a command-line tool that helps with your repetitive command usages by organizing them into reusable snippet. See usage by simply running `corgi` or `corgi --help`

Current version: **v0.2.3**
Current version: **v0.2.4**
## Examples

Create a new snippet to automate the commands you run repetitively
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

var appVersion = "v0.2.3"
var appVersion = "v0.2.4"

var rootCmd = &cobra.Command{
Use: "corgi",
Expand Down

0 comments on commit 7d807b3

Please sign in to comment.