summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-03-30 02:13:42 +0100
committerGitHub <noreply@github.com>2019-03-30 02:13:42 +0100
commitac650d7a13b89666b916e011c782d34a89769689 (patch)
tree42a6e634ee82e2224efd43b3385ffd7de88d1bea /lib
parent1714ea597866556ef9dd21d5d382f1d9181e0924 (diff)
Bump version to 2.8.0rc1 (#10340)v2.8.0rc1
Update AUTHORS.md Update CHANGELOG.md
Diffstat (limited to 'lib')
-rw-r--r--lib/mastodon/version.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index bdfcd27b533..d6114320e5b 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -9,11 +9,11 @@ module Mastodon
end
def minor
- 7
+ 8
end
def patch
- 4
+ 0
end
def pre
@@ -21,7 +21,7 @@ module Mastodon
end
def flags
- ''
+ 'rc1'
end
def to_a