Skip to content

Commit

Permalink
Bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
baopham committed Jun 26, 2017
1 parent c0f49a5 commit 38c5dcf
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 @@ -28,7 +28,7 @@ USAGE:
snip [global options] command [command options] [arguments...]
VERSION:
2.0.0
2.0.1
COMMANDS:
add, a snip add -k="port" -c="lsof -i :{p}" -desc="List processes listening on a particular port"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func Action(fn func(c *cli.Context) error) func(c *cli.Context) error {

func main() {
app := cli.NewApp()
app.Version = "2.0.0"
app.Version = "2.0.1"
app.Usage = "Save snippets: commands, texts, emoji, etc."
app.EnableBashCompletion = true
app.Commands = []cli.Command{
Expand Down

0 comments on commit 38c5dcf

Please sign in to comment.