Skip to content

Commit

Permalink
Bump for rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
David Heinemeier Hansson committed Aug 25, 2021
1 parent a02d92d commit aa43e71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
webpacker (6.0.0.rc.3)
webpacker (6.0.0.rc.4)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
Expand Down
4 changes: 2 additions & 2 deletions docs/v6_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Example going to a specific version:

```ruby
# Gemfile
gem 'webpacker', '6.0.0.rc.3'
gem 'webpacker', '6.0.0.rc.4'
```

```bash
bundle install
```

```bash
yarn add @rails/webpacker@6.0.0-rc.3 --exact
yarn add @rails/webpacker@6.0.0-rc.4 --exact
```

```bash
Expand Down
2 changes: 1 addition & 1 deletion lib/webpacker/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Webpacker
# Change the version in package.json too, please!
VERSION = "6.0.0.rc.3".freeze
VERSION = "6.0.0.rc.4".freeze
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rails/webpacker",
"version": "6.0.0-rc.3",
"version": "6.0.0-rc.4",
"description": "Use webpack to manage app-like JavaScript modules in Rails",
"main": "package/index.js",
"files": [
Expand Down

0 comments on commit aa43e71

Please # to comment.