diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-11-15 03:57:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 03:57:18 +0100 |
commit | 03b0f3ac83edfc46d304bfca1539ca6000e36fc3 (patch) | |
tree | aa1ef61102cabf6d205542bff70d9363297cf340 /lib | |
parent | 43b0b2f3f477e5eac9e135ea28af95484ecc63f0 (diff) |
Bump version to 4.0.2 (#20725)
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 0ccf7d714..dc3cbab66 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -13,7 +13,7 @@ module Mastodon end def patch - 1 + 2 end def flags |