We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758b737 commit c78a5c0Copy full SHA for c78a5c0
lib/shakapacker/version.rb
@@ -1,4 +1,4 @@
1
module Shakapacker
2
# Change the version in package.json too, please!
3
- VERSION = "7.1.0".freeze
+ VERSION = "7.2.0.rc.0".freeze
4
end
package.json
@@ -1,6 +1,6 @@
{
"name": "shakapacker",
- "version": "7.1.0",
+ "version": "7.2.0-rc.0",
"description": "Use webpack to manage app-like JavaScript modules in Rails",
5
"main": "package/index.js",
6
"types": "package/index.d.ts",
0 commit comments