Skip to content

Commit fd85784

Browse files
committed
Preparing for next development iteration, 0.19.1.
1 parent 06008d2 commit fd85784

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.19.0 (12/18/2016)
27

38
#### Features

README.md

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

106106
## Stable Release
107107

108-
You're reading the documentation for the stable release of Grape, 0.19.0.
108+
You're reading the documentation for the next release of Grape, which should be 0.19.1.
109109
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
110+
The current stable release is [0.19.0](https://github.com/ruby-grape/grape/blob/v0.19.0/README.md).
110111

111112
## Project Resources
112113

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.19.0'.freeze
3+
VERSION = '0.19.1'.freeze
44
end

0 commit comments

Comments
 (0)