From: Eugen Rochko Date: Sat, 21 Sep 2019 18:02:14 +0000 (+0200) Subject: Bump version to 3.0.0rc1 (#11900) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e87bcaa10761b73d22a6b826e8aa7eebf316bad3;p=mastodon.git Bump version to 3.0.0rc1 (#11900) --- diff --git a/CHANGELOG.md b/CHANGELOG.md index a17fbf8f0..d8f7c77d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ Changelog All notable changes to this project will be documented in this file. +## Unreleased + +TODO + ## [2.9.3] - 2019-08-10 ### Added 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