From 3ab75311107da1f4ef1f467e042e775ff28ad37f Mon Sep 17 00:00:00 2001 From: Emiliano Mancuso Date: Thu, 27 Jan 2022 10:12:01 +0000 Subject: [PATCH] Bump to v2.1.2 --- 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 1ca2a0c..8a1b502 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.1" + VERSION = "2.1.2" end