]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 2.0.0rc1 (#5209)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 8 Oct 2017 20:03:44 +0000 (22:03 +0200)
committerGitHub <noreply@github.com>
Sun, 8 Oct 2017 20:03:44 +0000 (22:03 +0200)
lib/mastodon/version.rb

index 8b692c29da8aaf514beab53de48ffe6662315f23..7f54469e67651b1482ca5b397f2be683e1755299 100644 (file)
@@ -5,15 +5,15 @@ module Mastodon
     module_function
 
     def major
-      1
+      2
     end
 
     def minor
-      6
+      0
     end
 
     def patch
-      1
+      0
     end
 
     def pre
@@ -21,7 +21,7 @@ module Mastodon
     end
 
     def flags
-      ''
+      'rc1'
     end
 
     def to_a