From 12865bf8aa8dbed40e9e606b84e3e8b34b14785e Mon Sep 17 00:00:00 2001 From: takahashim Date: Sun, 5 Dec 2021 12:37:13 +0900 Subject: [PATCH] Set the current package to v2.0.0 --- lib/aozora2html/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aozora2html/version.rb b/lib/aozora2html/version.rb index 26144e4..17f7db7 100644 --- a/lib/aozora2html/version.rb +++ b/lib/aozora2html/version.rb @@ -1,3 +1,3 @@ class Aozora2Html - VERSION = "0.9.1" + VERSION = "2.0.0" end