Skip to content

Commit 95839d8

Browse files
committed
Bump version to 2.7.0.rc.2
1 parent 51988ef commit 95839d8

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-
react-rails (2.7.0.rc.1)
4+
react-rails (2.7.0.rc.2)
55
babel-transpiler (>= 0.7.0)
66
connection_pool
77
execjs

lib/react/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module React
22
module Rails
33
# If you change this, make sure to update VERSIONS.md
44
# and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
5-
VERSION = '2.7.0.rc.1'
5+
VERSION = '2.7.0.rc.2'
66
end
77
end

0 commit comments

Comments
 (0)