Skip to content

Commit 6995daf

Browse files
committed
Preparing for next development iteration, 4.0.0.
1 parent 74a825f commit 6995daf

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 4.0.0 (Next)
2+
3+
#### Features
4+
5+
* Your contribution here.
6+
7+
#### Fixes
8+
9+
* Your contribution here.
10+
111
### 3.3.0 (2026-06-20)
212

313
#### Features

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com
1010

1111
## Stable Release
1212

13-
You're reading the documentation for the stable release of Grape, 3.3.0.
13+
You're reading the documentation for the next release of Grape, which should be 4.0.0.
14+
The current stable release is [3.3.0](https://github.com/ruby-grape/grape/blob/v3.3.0/README.md).
1415

1516
## Project Resources
1617

lib/grape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Grape
44
# The current version of Grape.
5-
VERSION = '3.3.0'
5+
VERSION = '4.0.0'
66
end

0 commit comments

Comments
 (0)