File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ ### 2.4.0 (Next)
2+
3+ #### Features
4+
5+ * Your contribution here.
6+
7+ #### Fixes
8+
9+ * Your contribution here.
10+
111### 2.3.0 (2025-02-08)
212
313#### Features
Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com
157157
158158## Stable Release
159159
160- You're reading the documentation for the next release of Grape, 2.3 .0.
161- Please read [ UPGRADING ] ( UPGRADING. md) when upgrading from a previous version .
160+ You're reading the documentation for the next release of Grape, which should be 2.4 .0.
161+ The current stable release is [ 2.3.0 ] ( https://github.com/ruby-grape/grape/blob/v2.3.0/README. md) .
162162
163163## Project Resources
164164
Original file line number Diff line number Diff line change 22
33module Grape
44 # The current version of Grape.
5- VERSION = '2.3 .0'
5+ VERSION = '2.4 .0'
66end
You can’t perform that action at this time.
0 commit comments