Skip to content

Commit

Permalink
Bump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Oct 9, 2017
1 parent d944709 commit afb4904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
=== master
=== 1.7.0 (2017-10-09)

* Fix escaping in erubi/capture_end, the setting was previously inverted (jeremyevans) (#10)

Expand Down
2 changes: 1 addition & 1 deletion lib/erubi.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Erubi
VERSION = '1.6.1'
VERSION = '1.7.0'
RANGE_ALL = 0..-1

if RUBY_VERSION >= '1.9'
Expand Down

0 comments on commit afb4904

Please sign in to comment.