Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
co-anton-s committed Nov 2, 2024
1 parent 794d81f commit e3e2ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
servactory-rubocop (0.4.0)
servactory-rubocop (0.4.1)
rubocop-factory_bot
rubocop-performance
rubocop-rails
Expand Down
2 changes: 1 addition & 1 deletion lib/servactory/rubocop/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Rubocop
module VERSION
MAJOR = 0
MINOR = 4
PATCH = 0
PATCH = 1
PRE = nil

STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".")
Expand Down

0 comments on commit e3e2ea1

Please sign in to comment.