Bump version to 3.0.0rc1 (#11900)

master
Eugen Rochko 5 years ago committed by GitHub
parent bc5678d015
commit e87bcaa107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CHANGELOG.md
  2. 8
      lib/mastodon/version.rb

@ -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

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

Loading…
Cancel
Save