We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964dea5 commit 9d20291Copy full SHA for 9d20291
2 files changed
README.md
@@ -5,6 +5,7 @@ To view current or previous releases:
5
6
| Version | Release Date | README |
7
| --- | --- | --- |
8
+| v2.5.0 (ginjo) | 2020-06-17 | https://github.com/ginjo/omniauth-slack/blob/v2.5.0/README.md |
9
| v2.4.1 (ginjo) | 2018-09-18 | https://github.com/ginjo/omniauth-slack/blob/v2.4.1/README.md |
10
| v2.4.0 (ginjo) | 2018-08-28 | https://github.com/ginjo/omniauth-slack/blob/v2.4.0/README.md |
11
| v2.3.0 ([kmrshntr](https://github.com/kmrshntr)) | 2016-01-06 | https://github.com/kmrshntr/omniauth-slack/blob/master/README.md |
lib/omniauth-slack/version.rb
@@ -1,5 +1,5 @@
1
module OmniAuth
2
module Slack
3
- VERSION = "2.5.0.pre11"
+ VERSION = "2.5.0"
4
end
0 commit comments