Skip to content

Commit

Permalink
Bump version to 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Jul 18, 2014
1 parent 9bb21ff commit 8aaa23c
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.5

* Avoid crash on processing invalid encoding source files and warn of the encoding errors. ([#81](https://github.com/yujinakayama/transpec/issues/81))

## v2.3.4
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 = 4
PATCH = 5

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

0 comments on commit 8aaa23c

Please sign in to comment.