From 26d8753b501736af0463ab0a458fc70e6fa1d95a Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Thu, 6 Jan 2022 12:52:27 +0100 Subject: [PATCH] Bump version to 0.1.5 --- 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 b5b4cd9..f30b88a 100644 --- a/lib/the_moderator/version.rb +++ b/lib/the_moderator/version.rb @@ -1,3 +1,3 @@ module TheModerator - VERSION = "0.1.3" + VERSION = "0.1.5" end