Skip to content

Commit e23218f

Browse files
committed
Preparing for next development iteration, 0.13.1.
1 parent 0b35314 commit e23218f

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.13.1 (Next)
2+
=============
3+
4+
* Your contribution here.
5+
16
0.13.0 (8/10/2015)
27
==================
38

README.md

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

9797
## Stable Release
9898

99-
You're reading the documentation for the stable release of Grape, 0.13.0.
99+
You're reading the documentation for the next release of Grape, which should be 0.13.1.
100100
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
101+
The current stable release is [0.13.0](https://github.com/ruby-grape/grape/blob/v0.13.0/README.md).
101102

102103
## Project Resources
103104

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

0 commit comments

Comments
 (0)