We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c484f4 commit 83776faCopy full SHA for 83776fa
lib/github_api/version.rb
@@ -4,7 +4,7 @@ module Github
4
module VERSION
5
MAJOR = 0
6
MINOR = 12
7
- PATCH = 0
+ PATCH = 1
8
BUILD = nil
9
10
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.');
0 commit comments