Skip to content

Commit 2e6618f

Browse files
committed
v1.0.0.rc27
1 parent 2d03b71 commit 2e6618f

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-
featury (1.0.0.rc26)
4+
featury (1.0.0.rc27)
55
activesupport (>= 5.1)
66
i18n (>= 1.14)
77
servactory (>= 2.16)

lib/featury/version.rb

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

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

0 commit comments

Comments
 (0)