Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
co-anton-s committed Nov 2, 2024
1 parent bf64fb4 commit 8c1f842
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1)
servactory-rubocop (0.5.0)
rubocop-factory_bot
rubocop-performance
rubocop-rails
Expand Down
4 changes: 2 additions & 2 deletions lib/servactory/rubocop/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module Servactory
module Rubocop
module VERSION
MAJOR = 0
MINOR = 4
PATCH = 1
MINOR = 5
PATCH = 0
PRE = nil

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

0 comments on commit 8c1f842

Please sign in to comment.