Skip to content

Commit e87a23b

Browse files
committed
Bump up version to 0.1.0
1 parent 1335a26 commit e87a23b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/guard/rubocop/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module Guard
66
module RubocopVersion
77
# http://semver.org/
88
MAJOR = 0
9-
MINOR = 0
10-
PATCH = 4
9+
MINOR = 1
10+
PATCH = 0
1111
VERSION = [MAJOR, MINOR, PATCH].join('.')
1212
end
1313
end

0 commit comments

Comments
 (0)