diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-11-14 22:21:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 22:21:14 +0100 |
commit | 4415dd6036f85c29631956c4468bb5b1f2b6fd40 (patch) | |
tree | 6fb08336d0e2f06d608eb2a545db6d9f3d784558 /lib | |
parent | ccbca50a2502108884f7f3c9ea24df8b2129731d (diff) |
Bump version to 4.0.1 (#20696)
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 3e206e915..0ccf7d714 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 |