Bump version to 3.0.0rc1 (#11900)

lolsob-rspec
Eugen Rochko 2019-09-21 20:02:14 +02:00 committed by GitHub
parent 5d5af651f1
commit c64f143bf7
2 changed files with 13 additions and 9 deletions

View File

@ -3,6 +3,10 @@ Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## Unreleased
TODO
## [2.9.3] - 2019-08-10 ## [2.9.3] - 2019-08-10
### Added ### Added

View File

@ -5,19 +5,19 @@ module Mastodon
module_function module_function
def major def major
2
end
def minor
9
end
def patch
3 3
end end
def minor
0
end
def patch
0
end
def flags def flags
'' 'rc1'
end end
def suffix def suffix