diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-03-15 08:16:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 08:16:45 +0100 |
commit | 4bdce2c5130ef5e3e6607e26fed4a64cbaac38bc (patch) | |
tree | 31b43887ea79c29a6c85e33b7a9fe3c8819f971f /lib | |
parent | 703809ae98d62333a0a061d40f8b7b2b39ba955b (diff) |
Bump version to 3.5.0rc1 (#17618)
* Bump version to 3.5.0rc1 * Various fixes and improvements * Update AUTHORS.md * Various fixes and improvements * Update README.md
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mastodon/version.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index d71b5b4ac..f6e437d3a 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -9,15 +9,15 @@ module Mastodon end def minor - 4 + 5 end def patch - 6 + 0 end def flags - '' + 'rc1' end def suffix |