Skip to content

Commit 456fee9

Browse files
committed
v0.6.0
1 parent 938243b commit 456fee9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1)
4+
servactory-rubocop (0.6.0)
55
rubocop-factory_bot (>= 2.26)
66
rubocop-performance (>= 1.24)
77
rubocop-rails (>= 2.30)

lib/servactory/rubocop/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module Servactory
44
module Rubocop
55
module VERSION
66
MAJOR = 0
7-
MINOR = 5
8-
PATCH = 1
7+
MINOR = 6
8+
PATCH = 0
99
PRE = nil
1010

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

0 commit comments

Comments
 (0)