Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jan 17, 2019
1 parent 85fb824 commit 62ebd52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v0.2.0](https://github.com/k1LoW/evry/compare/v0.1.2...v0.2.0) (2019-01-17)

* Allow specifying of command by args [#4](https://github.com/k1LoW/evry/pull/4) ([k1LoW](https://github.com/k1LoW))
* Use `sh -c` instead of go-shellwords [#3](https://github.com/k1LoW/evry/pull/3) ([k1LoW](https://github.com/k1LoW))

## [v0.1.2](https://github.com/k1LoW/evry/compare/v0.1.1...v0.1.2) (2019-01-06)

* Use bytes.Buffer [#2](https://github.com/k1LoW/evry/pull/2) ([k1LoW](https://github.com/k1LoW))
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var (
timeout int
)

const version = "0.1.2"
const version = "0.2.0"

// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Expand Down

0 comments on commit 62ebd52

Please sign in to comment.