From d4310c40be2953d1bf673f1eb3dbb6752fd161ec Mon Sep 17 00:00:00 2001 From: Nick Nicholas Date: Sun, 7 Jan 2024 19:00:12 +1100 Subject: [PATCH] version bump --- lib/html2doc/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/html2doc/version.rb b/lib/html2doc/version.rb index 139b74f..e8b34d4 100644 --- a/lib/html2doc/version.rb +++ b/lib/html2doc/version.rb @@ -1,3 +1,3 @@ class Html2Doc - VERSION = "1.7.2".freeze + VERSION = "1.8.0".freeze end