From 88b32c83e3b6246da999ae7b9a2854cd35e31f05 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Thu, 6 Jul 2023 10:11:09 +0200 Subject: [PATCH] Bump version to v1.1.0 --- lib/alchemy/bugsnag/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/alchemy/bugsnag/version.rb b/lib/alchemy/bugsnag/version.rb index 43c75b1..cbc9827 100644 --- a/lib/alchemy/bugsnag/version.rb +++ b/lib/alchemy/bugsnag/version.rb @@ -1,5 +1,5 @@ module Alchemy module Bugsnag - VERSION = "1.0.0" + VERSION = "1.1.0" end end