From 1f744300fca6ade690c749639637e0bf6f615744 Mon Sep 17 00:00:00 2001 From: Stefan Kaes Date: Mon, 30 Sep 2024 09:59:28 +0200 Subject: [PATCH] release version 0.39.1 --- lib/logjam_agent/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logjam_agent/version.rb b/lib/logjam_agent/version.rb index 32c8464..10fed0c 100644 --- a/lib/logjam_agent/version.rb +++ b/lib/logjam_agent/version.rb @@ -1,3 +1,3 @@ module LogjamAgent - VERSION = "0.39.0" + VERSION = "0.39.1" end