Skip to content

Commit

Permalink
bumped to 1.3.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mristin authored Jan 26, 2019
1 parent f773177 commit 1866c15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.3.0
=====
* Added support for initialization in conditions
* Added support for preambles
* Refactored code into separate modules, improved test coverage

1.2.0
=====
* Added a release script
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {
flag.Parse()

if *version {
fmt.Println("1.2.0")
fmt.Println("1.3.0")
return 0
}

Expand Down

0 comments on commit 1866c15

Please sign in to comment.