about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-07-05 21:08:03 +0200
committerGitHub <noreply@github.com>2018-07-05 21:08:03 +0200
commitcb36ab9a10d56b5cea1704ec95da7427cb8a59cd (patch)
tree39a6352f3bc353ba92a9c50f2e42060720458b00 /lib
parent78f036b7d2379004438d3aa31c12e5dcf29e8dd0 (diff)
Bump version to 2.4.3rc1
Diffstat (limited to 'lib')
-rw-r--r--lib/mastodon/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index 45211f535..36f1eb3ee 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
     end
 
     def patch
-      2
+      3
     end
 
     def pre
@@ -21,7 +21,7 @@ module Mastodon
     end
 
     def flags
-      ''
+      'rc1'
     end
 
     def to_a