chore: set app version to 1.0.0 (2026.6.14) [skip ci]
This commit is contained in:
parent
5776d49c7d
commit
ac12ace169
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
|
@ -4,7 +4,7 @@ defmodule Pinchflat.MixProject do
|
|||
def project do
|
||||
[
|
||||
app: :pinchflat,
|
||||
version: "1.0.0",
|
||||
version: "1.0.0 (2026.6.14)",
|
||||
elixir: "~> 1.17",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
elixirc_options: [warnings_as_errors: System.get_env("EX_CHECK") == "1"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue