]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 1.6.0rc1 (#4768)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 2 Sep 2017 23:12:05 +0000 (01:12 +0200)
committerGitHub <noreply@github.com>
Sat, 2 Sep 2017 23:12:05 +0000 (01:12 +0200)
lib/mastodon/version.rb

index fcca875d9bcb8ac826c3505c6fc6854b7163f3e5..b5fa476dc26f1e26706c2fab3abcce4d1439cf19 100644 (file)
@@ -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