Skip to content

Commit bbaaf1f

Browse files
committed
Version 6.0.0
1 parent 1f83b25 commit bbaaf1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Lo
22

3-
## Unreleased (to be 6.0.0)
3+
## 6.0.0
44

55
* Remove `safe_level` and further positional arguments from `ERB.new`
66
* Remove deprecated constant `ERB::Revision`

lib/erb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22
class ERB
33
# The string \ERB version.
4-
VERSION = '5.1.3'
4+
VERSION = '6.0.0'
55
end

0 commit comments

Comments
 (0)