Skip to content

Commit

Permalink
Bump version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Jun 15, 2019
1 parent 902d02f commit a03cfce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.0.0](https://github.com/vvatanabe/gitb/compare/1.0.0...2.0.0) (2019-06-15)

* support all git commands [#10](https://github.com/vvatanabe/gitb/pull/10) ([vvatanabe](https://github.com/vvatanabe))

## [1.0.0](https://github.com/vvatanabe/gitb/compare/0.9.2...1.0.0) (2019-06-03)

* support Travis CI [#8](https://github.com/vvatanabe/gitb/pull/8) ([vvatanabe](https://github.com/vvatanabe))
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "fmt"

const (
name = "gitb"
version = "1.0.0"
version = "2.0.0"
usage = "A command line tool for using Backlog's git comfortably."
usageText = name + " <command>"
)
Expand Down

0 comments on commit a03cfce

Please sign in to comment.