From 252f1f3c542c994216e769987a5342d7a9c4b520 Mon Sep 17 00:00:00 2001 From: Emiliano Mancuso Date: Wed, 19 Jan 2022 17:51:59 +0000 Subject: [PATCH] Bump to v2.1.1 --- lib/toml-rb/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/toml-rb/version.rb b/lib/toml-rb/version.rb index 037d2a9..1ca2a0c 100644 --- a/lib/toml-rb/version.rb +++ b/lib/toml-rb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module TomlRB - VERSION = "2.1.0" + VERSION = "2.1.1" end