]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 2.2.0rc1
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 20 Jan 2018 15:27:19 +0000 (16:27 +0100)
committerGitHub <noreply@github.com>
Sat, 20 Jan 2018 15:27:19 +0000 (16:27 +0100)
lib/mastodon/version.rb

index 5936b5fcf74743fc67cf4e18b1fdc437839beaba..098ab46ac722840ac10100f730c7dda75112b2fd 100644 (file)
@@ -9,11 +9,11 @@ module Mastodon
     end
 
     def minor
-      1
+      2
     end
 
     def patch
-      3
+      0
     end
 
     def pre
@@ -21,7 +21,7 @@ module Mastodon
     end
 
     def flags
-      ''
+      'rc1'
     end
 
     def to_a