about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-09-03 01:12:05 +0200
committerGitHub <noreply@github.com>2017-09-03 01:12:05 +0200
commit9dd8dff683a148bdd00d715e85b7af40c3d4be21 (patch)
treec8639eba20ac0b596b164a1a3c728576d10a1f61 /lib
parenta187dcefa1e0604e55eaff97a3c6403157528cdf (diff)
Bump version to 1.6.0rc1 (#4768)
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 fcca875d9..b5fa476dc 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -9,11 +9,11 @@ module Mastodon
     end
 
     def minor
-      5
+      6
     end
 
     def patch
-      1
+      0
     end
 
     def pre
@@ -21,7 +21,7 @@ module Mastodon
     end
 
     def flags
-      ''
+      'rc1'
     end
 
     def to_a