We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f83b25 commit bbaaf1fCopy full SHA for bbaaf1f
2 files changed
NEWS.md
@@ -1,6 +1,6 @@
1
# Change Lo
2
3
-## Unreleased (to be 6.0.0)
+## 6.0.0
4
5
* Remove `safe_level` and further positional arguments from `ERB.new`
6
* Remove deprecated constant `ERB::Revision`
lib/erb/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class ERB
# The string \ERB version.
- VERSION = '5.1.3'
+ VERSION = '6.0.0'
end
0 commit comments