Browse Source

Bump version to 3.0.0rc1 (#11900)

Eugen Rochko 4 years ago
parent
commit
e87bcaa107
2 changed files with 8 additions and 4 deletions
  1. 4 0
      CHANGELOG.md
  2. 4 4
      lib/mastodon/version.rb

+ 4 - 0
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
 

+ 4 - 4
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