From 04555df081bcde54d58a25508e0b541321780280 Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Thu, 11 Apr 2024 01:37:10 -0400 Subject: [PATCH] Bump namespacer to 0.1.5 --- lib/namespacer/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/namespacer/version.rb b/lib/namespacer/version.rb index 6014e08..334b04f 100644 --- a/lib/namespacer/version.rb +++ b/lib/namespacer/version.rb @@ -2,6 +2,6 @@ module Rubyists module Namespacer - VERSION = '0.1.4' + VERSION = '0.1.5' end end