From 1e8dae28ba5b06e7d64b2a9fdc9d7e4436218f17 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Tue, 17 Sep 2024 12:10:07 -0400 Subject: [PATCH] Bump to 3.1.3 --- lib/dotenv/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dotenv/version.rb b/lib/dotenv/version.rb index b55c069..5a008af 100644 --- a/lib/dotenv/version.rb +++ b/lib/dotenv/version.rb @@ -1,3 +1,3 @@ module Dotenv - VERSION = "3.1.2".freeze + VERSION = "3.1.3".freeze end