diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-10-09 07:36:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 07:36:57 +0200 |
commit | e6d111f38b95b08a2880390b1519655b54ac2fd0 (patch) | |
tree | a11b4122a8f2229cae380661f9a23f8d672eb3c9 /lib | |
parent | b5f7e12817356b9b1795ab0187fe08d07f13a485 (diff) |
Bump version to 3.0.1 (#12116)
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 a0f4678ec..f3ead6d8d 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 0 + 1 end def flags |