From 8baadcb25fd33b6320a0066988607782efd19179 Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Thu, 11 Apr 2024 00:10:12 -0400 Subject: [PATCH] Bump namespacer to 0.1.1 --- 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 1c2d791..083477a 100644 --- a/lib/namespacer/version.rb +++ b/lib/namespacer/version.rb @@ -2,6 +2,6 @@ module Rubyists module Namespacer - VERSION = '0.1.0' + VERSION = '0.1.1' end end