diff --git a/HISTORY.md b/HISTORY.md index 959d7f7..4d14d0c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # Sanitize History -## 6.0.1 (git) +## 6.0.1 (2023-01-27) ### Bug Fixes diff --git a/lib/sanitize/version.rb b/lib/sanitize/version.rb index 2a2af23..0847cce 100644 --- a/lib/sanitize/version.rb +++ b/lib/sanitize/version.rb @@ -1,5 +1,5 @@ # encoding: utf-8 class Sanitize - VERSION = '6.0.0' + VERSION = '6.0.1' end