Skip to content

Commit 0fd54f7

Browse files
committed
Preparing for next development iteration, 0.16.3
1 parent 2438075 commit 0fd54f7

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+
0.16.3 (Next)
2+
=============
3+
4+
* Your contribution here.
5+
16
0.16.2 (4/12/2016)
27
==================
38

README.md

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

104104
## Stable Release
105105

106-
You're reading the documentation for the stable release of Grape, 0.16.2.
106+
You're reading the documentation for the next release of Grape, which should be 0.16.3.
107107
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
108+
The current stable release is [0.16.2](https://github.com/ruby-grape/grape/blob/v0.16.2/README.md).
108109

109110
## Project Resources
110111

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.16.2'
3+
VERSION = '0.16.3'
44
end

0 commit comments

Comments
 (0)