Skip to content

Commit b8e4b4e

Browse files
Add docs from gofiber/fiber@11c0e99
1 parent c03abe9 commit b8e4b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/whats_new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ it update your project automatically:
1818

1919
```bash
2020
go install github.com/gofiber/cli/fiber@latest
21-
fiber migrate --to v3.0.0-rc.2
21+
fiber migrate --to v3.0.0-rc.3
2222
```
2323

2424
See the [migration guide](#-migration-guide) for more details and options.
@@ -1595,7 +1595,7 @@ To streamline upgrades between Fiber versions, the Fiber CLI ships with a
15951595

15961596
```bash
15971597
go install github.com/gofiber/cli/fiber@latest
1598-
fiber migrate --to v3.0.0-rc.2
1598+
fiber migrate --to v3.0.0-rc.3
15991599
```
16001600

16011601
### Options

0 commit comments

Comments
 (0)