diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-02-23 22:20:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-23 22:20:20 +0100 |
commit | 96db7191d8becc44eb3203ece94f71fe29f32e67 (patch) | |
tree | 2f03711a35373f5a912501f4ae23b2fbb33f9e5c /lib | |
parent | 3c86a7856f3e8a35b6bb05d79b4ddf96802ee459 (diff) |
Bump version to 2.7.3 (#10102)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mastodon/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 81dd253ae..005cd52f6 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 2 + 3 end def pre |