Skip to content

Commit

Permalink
bumped version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
junyu-w committed Jun 26, 2018
1 parent 366637d commit 9a1eba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.2**
Current version: **v0.2.3**
## Examples

Create a new snippet to automate the commands you run repetitively
Expand Down Expand Up @@ -38,7 +38,7 @@ Execute an existing snippet knowing what command is being run and its output
- [Describe a snippet](#describe-a-snippet)
- [Share snippets](#share-snippets)
- [Import snippets](#import-snippets)
- [Export snippets to JSON and shell script](#export-snippets-to-json-and-shell-script)
- [Export snippets to JSON and SHELL script](#export-snippets-to-json-and-shell-script)
- [Remove a snippet](#remove-a-snippet)
- [Configure corgi](#configure-corgi)
- [Roadmap](#roadmap)
Expand Down
5 changes: 3 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package cmd

import (
"github.com/spf13/cobra"
"os"

"github.com/spf13/cobra"
)

var appVersion = "v0.2.2"
var appVersion = "v0.2.3"

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

0 comments on commit 9a1eba7

Please sign in to comment.