Skip to content

Commit

Permalink
bumped version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
febbraro committed Jun 6, 2017
1 parent 21ac4d8 commit e3578ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next Version
## 1.3.0

- `Commands()` function now returns an array of cli.Command structs instead of a single struct
- Added support for `project` based commands
Expand Down
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/urfave/cli"
)

const VERSION = "1.2.3"
const VERSION = "1.3.0"

// It all starts here
func main() {
Expand Down

0 comments on commit e3578ff

Please sign in to comment.