Module: Doorkeeper::VERSION
- Defined in:
- lib/doorkeeper/version.rb
Constant Summary collapse
- MAJOR =
Semantic versioning
5- MINOR =
8- TINY =
2- PRE =
nil- STRING =
Full version number
[MAJOR, MINOR, TINY, PRE].compact.join(".")
Semantic versioning
5
8
2
nil
Full version number
[MAJOR, MINOR, TINY, PRE].compact.join(".")