From ca54b68cfdc128ec48f35d52d0cf5e96871c21b6 Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Thu, 11 Apr 2024 04:53:59 -0400 Subject: [PATCH] Bump namespacer to 0.1.9 --- 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 d4f1746..cc64441 100644 --- a/lib/namespacer/version.rb +++ b/lib/namespacer/version.rb @@ -2,6 +2,6 @@ module Rubyists module Namespacer - VERSION = '0.1.8' + VERSION = '0.1.9' end end