diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-28 19:30:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-28 19:30:38 +0200 |
commit | 8963f8c3c2630bfcc377a5ca0513eef5a6b2a4bc (patch) | |
tree | f6c3caa5f7b5a1ef9c7ebeae70f34fc8480a0a06 | |
parent | 5e41c2620318bf064c8dbfed4055505f467cab95 (diff) |
Bump version to 1.4.1
-rw-r--r-- | lib/mastodon/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 414368887..f4025460b 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,11 +13,11 @@ module Mastodon end def patch - 0 + 1 end def pre - 6 + nil end def to_a |