From 325b0bd5c24e554b2f20662fdca7845eab00af1f Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Thu, 19 Dec 2024 16:37:20 +0100 Subject: [PATCH] Bump version to 0.1.7 --- lib/the_moderator/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/the_moderator/version.rb b/lib/the_moderator/version.rb index e832012..f31f441 100644 --- a/lib/the_moderator/version.rb +++ b/lib/the_moderator/version.rb @@ -1,3 +1,3 @@ module TheModerator - VERSION = "0.1.6" + VERSION = "0.1.7" end