chore: Bump version to 0.7.0, 1st beta
Some checks failed
CI / Test (OTP 27.2 / Elixir 1.18.2) (push) Failing after 0s
CI / Test (OTP 28.4 / Elixir 1.19.4 + E2E) (push) Failing after 0s

This commit is contained in:
2026-03-20 03:44:24 +01:00
parent 28c47ab435
commit 88b2034f60
8 changed files with 43 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ defmodule Parrhesia.MixProject do
def project do
[
app: :parrhesia,
version: "0.6.0",
version: "0.7.0",
elixir: "~> 1.18",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,