bump version
ci/woodpecker/tag/woodpecker Pipeline is pending Details

This commit is contained in:
FloatingGhost 2023-05-23 14:10:01 +01:00
parent 9e9cf58fdf
commit 82ca7a6470
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased ## 2023.05
## Added ## Added
- Custom options for users to accept/reject private messages - Custom options for users to accept/reject private messages

View File

@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do
def project do def project do
[ [
app: :pleroma, app: :pleroma,
version: version("3.8.0"), version: version("3.9.0"),
elixir: "~> 1.14", elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()), elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(), compilers: [:phoenix] ++ Mix.compilers(),