Skip to content

Commit be820d3

Browse files
committed
Preparing for next developer iteration, 0.13.1.
1 parent 9577664 commit be820d3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.13.1 (Next)
2+
3+
* Your contribution here.
4+
15
### 0.13.0 (2020/3/28)
26

37
* [#244](https://github.com/slack-ruby/slack-ruby-bot/pull/244): Change log message when the bot is reconnected - [@wasabigeek](https://github.com/wasabigeek).

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ If you are not familiar with Slack bots or Slack API concepts, you might want to
1919

2020
## Stable Release
2121

22-
You're reading the documentation for the **stable** release of slack-ruby-bot, v0.13.0. See [CHANGELOG](CHANGELOG.md) for a history of changes and [UPGRADING](UPGRADING.md) for how to upgrade to more recent versions.
22+
You're reading the documentation for the **next** release of slack-ruby-bot.
23+
Please see the documentation for the [last stable release, v0.13.0](https://github.com/slack-ruby/slack-ruby-bot/tree/v0.13.0) unless you're integrating with HEAD.
24+
See [CHANGELOG](CHANGELOG.md) for a history of changes and [UPGRADING](UPGRADING.md) for how to upgrade to more recent versions.
2325

2426
## Usage
2527

lib/slack-ruby-bot/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SlackRubyBot
4-
VERSION = '0.13.0'
4+
VERSION = '0.13.1'
55
end

0 commit comments

Comments
 (0)