Skip to content

Commit

Permalink
Version 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Aug 22, 2023
1 parent b7e45c2 commit c594f2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 4.0.3

* Enable `frozen_string_literal` in all files [#49](https://github.com/ruby/erb/pull/49)

## 4.0.2

* Fix line numbers after multi-line `<%#` [#42](https://github.com/ruby/erb/pull/42)
Expand Down
2 changes: 1 addition & 1 deletion lib/erb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class ERB
VERSION = '4.0.2'
VERSION = '4.0.3'
private_constant :VERSION
end

0 comments on commit c594f2f

Please sign in to comment.