Skip to content

Commit 164f573

Browse files
committed
Preparing for next development iteration, 0.18.1
1 parent e9ba4ee commit 164f573

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Next Release
2+
============
3+
4+
* Your contribution here.
5+
16
0.18.0 (10/7/2016)
27
==================
38

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ content negotiation, versioning and much more.
104104

105105
## Stable Release
106106

107-
You're reading the documentation for the stable release of Grape.
107+
You're reading the documentation for the next release of Grape, which should be 0.18.1.
108108
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
109+
The current stable release is [0.18.0](https://github.com/ruby-grape/grape/blob/v0.18.0/README.md).
109110

110111
## Project Resources
111112

lib/grape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Grape
22
# The current version of Grape.
3-
VERSION = '0.18.0'.freeze
3+
VERSION = '0.18.1'.freeze
44
end

0 commit comments

Comments
 (0)