From bdf61918d3096da6b5ecd196484001476a12dffb Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Thu, 11 Apr 2024 00:22:48 -0400 Subject: [PATCH] Bump namespacer to 0.1.3 --- 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 a2c4fef..b5b93e0 100644 --- a/lib/namespacer/version.rb +++ b/lib/namespacer/version.rb @@ -2,6 +2,6 @@ module Rubyists module Namespacer - VERSION = '0.1.2' + VERSION = '0.1.3' end end