From eb078f4f66870d21f6a3f698b4747a31482af970 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Fri, 10 May 2024 17:28:05 +0900 Subject: [PATCH] Bump version --- lib/bitclust/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bitclust/version.rb b/lib/bitclust/version.rb index 7b64d1d..6a530c5 100644 --- a/lib/bitclust/version.rb +++ b/lib/bitclust/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module BitClust - VERSION = "1.3.1" + VERSION = "1.4.0" end