From 274f3d3055a9bf6b169f51c8bb565f2b8a41cc80 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sat, 8 Apr 2023 15:04:00 +0300 Subject: [PATCH] bump version --- Gemfile.lock | 2 +- lib/motor/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 72ad8984..fc9890a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - motor-admin (0.4.9) + motor-admin (0.4.10) ar_lazy_preload (~> 1.0) audited (~> 5.0) cancancan (~> 3.0) diff --git a/lib/motor/version.rb b/lib/motor/version.rb index 58ef79b6..d3f987d0 100644 --- a/lib/motor/version.rb +++ b/lib/motor/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Motor - VERSION = '0.4.9' + VERSION = '0.4.10' end