Skip to content

Commit 488683a

Browse files
committed
Version 6.0.6
1 parent 0f9a6d6 commit 488683a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 6.0.6
4+
5+
* Fix `-h` CLI option
6+
37
## 6.0.5
48

59
* Avoid overridable method dispatch in the initialization guard

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 = '6.0.5'
4+
VERSION = '6.0.6'
55
end

0 commit comments

Comments
 (0)