]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 3.0.0rc1 (#11900)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 21 Sep 2019 18:02:14 +0000 (20:02 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Sep 2019 18:02:14 +0000 (20:02 +0200)
CHANGELOG.md
lib/mastodon/version.rb

index a17fbf8f06385677eb05801b422998bb6613b9ea..d8f7c77d372c2dea6f621d427a580889c021f6d2 100644 (file)
@@ -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
 
index 99d709c980da5b516829314b91c727e0181c4de1..bd49f0a173d8928b4772d8690c2f77ceb2fcea5c 100644 (file)
@@ -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