From fcc3cc5d9ecad65c43c46edc89bee5fd2a0a4018 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Mon, 23 Jan 2023 00:30:33 +0900 Subject: [PATCH] Cut v0.18.0 --- lib/table_of_contents/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/table_of_contents/version.rb b/lib/table_of_contents/version.rb index 1c4efad..ab7be88 100644 --- a/lib/table_of_contents/version.rb +++ b/lib/table_of_contents/version.rb @@ -2,6 +2,6 @@ module Jekyll module TableOfContents - VERSION = '0.17.1' + VERSION = '0.18.0' end end