summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-05-30 19:16:41 +0200
committerGitHub <noreply@github.com>2018-05-30 19:16:41 +0200
commita29f196f95ce335eb8d4cb5aa22ba1f06a52ce01 (patch)
treeafad611edd020b2abbc0ee860cac7132bcee6871
parent3623aea6c994f0b96466d7ac83c1bbe0a9c8a267 (diff)
Bump version to 2.4.1rc1
-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 81cc347568b..dbb301132a6 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -13,7 +13,7 @@ module Mastodon
end
def patch
- 0
+ 1
end
def pre
@@ -21,7 +21,7 @@ module Mastodon
end
def flags
- ''
+ 'rc1'
end
def to_a