File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22
33module Grape
44 # The current version of Grape.
5- VERSION = '3.3 .0'
5+ VERSION = '4.0 .0'
66end
You can’t perform that action at this time.
0 commit comments