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.
2 parents 59f0d06 + 466c3d9 commit 8257b36Copy full SHA for 8257b36
3 files changed
CHANGELOG.md
@@ -20,6 +20,8 @@ Please file a bug if you notice a violation of semantic versioning.
20
21
### Added
22
23
+- OAuth2::VERSION (Traditional Constant Location)
24
+
25
### Changed
26
27
### Deprecated
bin/bundle
lib/oauth2/version.rb
@@ -4,4 +4,5 @@ module OAuth2
4
module Version
5
VERSION = "2.0.19"
6
end
7
+ VERSION = Version::VERSION # Traditional Constant Location
8
0 commit comments