about summary refs log tree commit diff
path: root/lib/mastodon
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-09-21 20:02:14 +0200
committerGitHub <noreply@github.com>2019-09-21 20:02:14 +0200
commite87bcaa10761b73d22a6b826e8aa7eebf316bad3 (patch)
treedbeed1c975ad517ca3974c58ed498d54dca8d760 /lib/mastodon
parentbc5678d0151dd96e0ec5f3d4084ac6356c1d02f5 (diff)
Bump version to 3.0.0rc1 (#11900)
Diffstat (limited to 'lib/mastodon')
-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 99d709c98..bd49f0a17 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -5,19 +5,19 @@ module Mastodon
     module_function
 
     def major
-      2
+      3
     end
 
     def minor
-      9
+      0
     end
 
     def patch
-      3
+      0
     end
 
     def flags
-      ''
+      'rc1'
     end
 
     def suffix