Skip to content

Commit 18eff68

Browse files
committed
v1.0.0.rc23
1 parent 317f7b7 commit 18eff68

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.rc22)
4+
featury (1.0.0.rc23)
55
activesupport (>= 5.1, < 8.1)
66
i18n (>= 1.14)
77
servactory (>= 2.15)

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 = "rc22"
8+
PRE = "rc23"
99

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

0 commit comments

Comments
 (0)