Skip to content

Commit 90ff3b6

Browse files
committed
Preparing for next development iteration, 1.2.1
1 parent 608a27d commit 90ff3b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ content negotiation, versioning and much more.
147147

148148
## Stable Release
149149

150-
You're reading the documentation for the next release of Grape, which should be **1.2.0**.
150+
You're reading the documentation for the next release of Grape, which should be **1.2.1**.
151151
Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version.
152152
The current stable release is [1.2.0](https://github.com/ruby-grape/grape/blob/v1.2.0/README.md).
153153

lib/grape/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Grape
22
# The current version of Grape.
3-
VERSION = '1.2.0'.freeze
3+
VERSION = '1.2.1'.freeze
44
end

0 commit comments

Comments
 (0)