Skip to content

Commit

Permalink
Bump version to 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Jul 18, 2014
1 parent cb20287 commit a622c8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Development

## v2.3.6

* Fix error `Unresolved dependency found during sorting - parser` on `gem install transpec`.

## v2.3.5
Expand Down
2 changes: 1 addition & 1 deletion lib/transpec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Transpec
module Version
MAJOR = 2
MINOR = 3
PATCH = 5
PATCH = 6

def self.to_s
[MAJOR, MINOR, PATCH].join('.')
Expand Down

0 comments on commit a622c8c

Please sign in to comment.