From f8354498047e3b31448abc66c6caa09ce658465b Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sun, 15 Jan 2023 12:57:37 +0200 Subject: [PATCH] bump version 0.4.6 --- Gemfile.lock | 2 +- lib/motor/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 170f1037..c4627406 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - motor-admin (0.4.5) + motor-admin (0.4.6) ar_lazy_preload (~> 1.0) audited (~> 5.0) cancancan (~> 3.0) diff --git a/lib/motor/version.rb b/lib/motor/version.rb index 4e00a3ab..3bc5b329 100644 --- a/lib/motor/version.rb +++ b/lib/motor/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Motor - VERSION = '0.4.5' + VERSION = '0.4.6' end