Skip to content

Commit b68bfed

Browse files
committed
Version 4.0.4
1 parent f0f68ba commit b68bfed

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 4.0.4
4+
5+
* Skip building the C extension for JRuby [#52](https://github.com/ruby/erb/pull/52)
6+
37
## 4.0.3
48

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

lib/erb/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
class ERB
3-
VERSION = '4.0.3'
3+
VERSION = '4.0.4'
44
private_constant :VERSION
55
end

0 commit comments

Comments
 (0)