diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-21 20:02:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-21 20:02:14 +0200 |
commit | e87bcaa10761b73d22a6b826e8aa7eebf316bad3 (patch) | |
tree | dbeed1c975ad517ca3974c58ed498d54dca8d760 /lib | |
parent | bc5678d0151dd96e0ec5f3d4084ac6356c1d02f5 (diff) |
Bump version to 3.0.0rc1 (#11900)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mastodon/version.rb | 8 |
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 |