about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-10-08 22:03:44 +0200
committerGitHub <noreply@github.com>2017-10-08 22:03:44 +0200
commit0aa810f9c82c77dbb3da31879467b99b87db6241 (patch)
treefb5b7dbf392c5f2b12f7b0dd21a96559e5742498 /lib
parent3888a12c7922ffd9278f2b1a9f73fd92e51789c7 (diff)
Bump version to 2.0.0rc1 (#5209)
Diffstat (limited to 'lib')
-rw-r--r--lib/mastodon/version.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index 8b692c29d..7f54469e6 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -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