Skip to content

Commit

Permalink
bump version 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Aug 27, 2022
1 parent 02e7916 commit 9534465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
motor-admin (0.3.8)
motor-admin (0.3.9)
ar_lazy_preload (~> 1.0)
audited (~> 5.0)
cancancan (~> 3.0)
Expand Down Expand Up @@ -151,7 +151,7 @@ GEM
concurrent-ruby (~> 1.1)
websocket-driver (>= 0.6, < 0.8)
ffi (1.15.5)
fugit (1.5.3)
fugit (1.6.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
globalid (1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/motor/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Motor
VERSION = '0.3.8'
VERSION = '0.3.9'
end

0 comments on commit 9534465

Please sign in to comment.