From bb31f2fe49c3fc9ae4006421053791d6417e08d1 Mon Sep 17 00:00:00 2001 From: toshimaru Date: Sun, 25 Oct 2020 11:24:11 +0900 Subject: [PATCH] v0.15.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 b61487e..013c897 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.15.0.rc' + VERSION = '0.15.0' end end