We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad13fa2 commit dd7284cCopy full SHA for dd7284c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
### Changelog
2
3
+#### 0.8.4 (Next)
4
+
5
+* Your contribution here.
6
7
#### 0.8.3 (2019/01/17)
8
9
* [#88](https://github.com/slack-ruby/slack-ruby-bot-server/issues/88): Fix: compatibility with Grape 1.2.x - [@dblock](https://github.com/dblock).
lib/slack-ruby-bot-server/version.rb
@@ -1,3 +1,3 @@
module SlackRubyBotServer
- VERSION = '0.8.3'.freeze
+ VERSION = '0.8.4'.freeze
end
0 commit comments