We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f68ba commit b68bfedCopy full SHA for b68bfed
NEWS.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 4.0.4
4
+
5
+* Skip building the C extension for JRuby [#52](https://github.com/ruby/erb/pull/52)
6
7
## 4.0.3
8
9
* Enable `frozen_string_literal` in all files [#49](https://github.com/ruby/erb/pull/49)
lib/erb/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class ERB
- VERSION = '4.0.3'
+ VERSION = '4.0.4'
private_constant :VERSION
end
0 commit comments