diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-20 23:30:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-20 23:30:20 +0200 |
commit | 756db8103ad10fe404c218bd3bf63e5ee0f1c35f (patch) | |
tree | f0c77f1462f1f99e56df416f899730fd4a9faaa3 | |
parent | 20c00544600ca35874af7d9d4b2dabf49662a76e (diff) |
Bump version to 1.4.0.2 (#3190)
-rw-r--r-- | lib/mastodon/version.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 46ba96b2a..7c3af55a6 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -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 |