diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2020-04-05 06:23:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 06:23:46 +0200 |
commit | a889756dd5f72a1423a613d8ce141f5347da48bc (patch) | |
tree | 66297710f5517a43fe021afb42280417e3980783 /lib | |
parent | 5c2e63acd5f33e0e6d5c4af46501efd74566017d (diff) |
Bump version to 3.1.3 (#13389)
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 ed8bc96cd..00ac7753f 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 2 + 3 end def flags |