From daefe489d3c02f1f2e9121d8466ca672650146d0 Mon Sep 17 00:00:00 2001 From: Gary Passero Date: Mon, 6 Mar 2023 08:32:08 -0500 Subject: [PATCH] Bump version to 0.4.0 (#14) Release the subdirectory exclusion to automatic namespaces. --- Gemfile.lock | 2 +- lib/automatic_namespaces/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index aca275b..6a87b2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - automatic_namespaces (0.3.1) + automatic_namespaces (0.4.0) activesupport packs-rails diff --git a/lib/automatic_namespaces/version.rb b/lib/automatic_namespaces/version.rb index 0e7ff15..ce1986e 100644 --- a/lib/automatic_namespaces/version.rb +++ b/lib/automatic_namespaces/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module AutomaticNamespaces - VERSION = "0.3.1" + VERSION = "0.4.0" end