mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
Bumped version
This commit is contained in:
parent
f51b219860
commit
115f675ae3
2 changed files with 3 additions and 1 deletions
2
mix.exs
2
mix.exs
|
|
@ -4,7 +4,7 @@ defmodule Pinchflat.MixProject do
|
|||
def project do
|
||||
[
|
||||
app: :pinchflat,
|
||||
version: "2024.12.29",
|
||||
version: "2024.12.31",
|
||||
elixir: "~> 1.17",
|
||||
elixirc_paths: elixirc_paths(Mix.env()),
|
||||
start_permanent: Mix.env() == :prod,
|
||||
|
|
|
|||
|
|
@ -12,3 +12,5 @@ sed -i "s/version: \"$VERSION\"/version: \"$DATE\"/g" mix.exs
|
|||
|
||||
# Run checks to ensure it's a valid mix.exs file
|
||||
mix check
|
||||
|
||||
echo "Version bumped successfully to $DATE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue