From 1355fdaa33963fe78d8f77b61ea937b18a01460c Mon Sep 17 00:00:00 2001 From: Fengyun Liu Date: Fri, 15 Dec 2023 00:20:13 +0100 Subject: [PATCH] Update version number in spec to v1.1.0 --- lib/hashdiff/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hashdiff/version.rb b/lib/hashdiff/version.rb index b6f28c4..310b3a0 100644 --- a/lib/hashdiff/version.rb +++ b/lib/hashdiff/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Hashdiff - VERSION = '1.0.1'.freeze + VERSION = '1.1.0'.freeze end