Browse Source

Bump version to 4.0.0rc1 (#19473)

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

File diff suppressed because it is too large
+ 51 - 0
CHANGELOG.md


+ 4 - 4
lib/mastodon/version.rb

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

Some files were not shown because too many files changed in this diff