diff options
author | Ash Furrow <ash@ashfurrow.com> | 2017-04-28 15:07:48 +0200 |
---|---|---|
committer | Matt Jankowski <mjankowski@thoughtbot.com> | 2017-04-28 09:07:48 -0400 |
commit | 5eef9dab8041b952097e41715f1b1738bf5e1f92 (patch) | |
tree | a31d1b6674a97e9bbe7926b27e6d1a5007b29a73 /lib | |
parent | 2ca246d7d1696d2b338cfdc3f07c5ba2ad2256a1 (diff) |
Update version to 1.3.1 (#2571)
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 4ea9bab36..4b19ba819 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 0 + 1 end def pre |