Skip to content

Commit 9d896f4

Browse files
committed
v0.5.1
1 parent 7a2cb68 commit 9d896f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
servactory-rubocop (0.5.0)
4+
servactory-rubocop (0.5.1)
55
rubocop-factory_bot
66
rubocop-performance
77
rubocop-rails

lib/servactory/rubocop/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module Rubocop
55
module VERSION
66
MAJOR = 0
77
MINOR = 5
8-
PATCH = 0
8+
PATCH = 1
99
PRE = nil
1010

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

0 commit comments

Comments
 (0)