Bump version to v3.0

This commit is contained in:
Alex Gleason 2022-12-24 16:59:22 -06:00
parent 2eaa1976ce
commit 7796bd4037
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 12 additions and 1 deletions

View file

@ -6,6 +6,17 @@ For changes to Pleroma, see `CHANGELOG.md`
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [3.0.0] - 2022-05-24
Based on Pleroma 2.4 develop.
TODO: a full changelog
### Added
- Events
- Translations
## [1.1.1] - 2021-05-21
Based on Pleroma 2.3.0-stable.

View file

@ -1,5 +1,5 @@
defmodule Soapbox do
@version "1.1.1"
@version "3.0.0"
def version, do: @version
end