Skip to content

Commit 37740d9

Browse files
committed
Bump version number
1 parent b03b52d commit 37740d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ $ bundle _<version number>_ config set --local without 'production'
3535
$ bundle _<version number>_ install
3636
```
3737

38-
Here you should replace `<version number>` with the actual version number. For example, if `<version number>` is `2.3.10`, then the commands should look like this:
38+
Here you should replace `<version number>` with the actual version number. For example, if `<version number>` is `2.3.11`, then the commands should look like this:
3939

4040
```
41-
$ gem install bundler -v 2.3.10
42-
$ bundle _2.3.10_ config set --local without 'production'
43-
$ bundle _2.3.10_ install
41+
$ gem install bundler -v 2.3.11
42+
$ bundle _2.3.11_ config set --local without 'production'
43+
$ bundle _2.3.11_ install
4444
```
4545

4646
Next, migrate the database:

0 commit comments

Comments
 (0)