]> cat aescling's git repositories - mastodon.git/commitdiff
Bump version to 1.4.0.2 (#3190)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 20 May 2017 21:30:20 +0000 (23:30 +0200)
committerGitHub <noreply@github.com>
Sat, 20 May 2017 21:30:20 +0000 (23:30 +0200)
lib/mastodon/version.rb

index 46ba96b2a5228062cddb002582b08898677c2d24..7c3af55a6bcbb6b382de0e5e31177079c82d300e 100644 (file)
@@ -9,15 +9,15 @@ module Mastodon
     end
 
     def minor
-      3
+      4
     end
 
     def patch
-      2
+      0
     end
 
     def pre
-      nil
+      2
     end
 
     def to_a