From 7d807b3b6bc2c8d18a146638cbbb23876b2c4296 Mon Sep 17 00:00:00 2001 From: Junyu Wang Date: Sat, 15 Sep 2018 23:25:06 -0700 Subject: [PATCH] bump version to 0.2.4 --- README.md | 2 +- cmd/root.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75c07f0..44742df 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cmd/root.go b/cmd/root.go index 11d9f47..4046421 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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",