Bumped version

This commit is contained in:
Kieran Eglin 2024-12-30 17:42:18 -08:00
parent f51b219860
commit 115f675ae3
No known key found for this signature in database
GPG key ID: 193984967FCF432D
2 changed files with 3 additions and 1 deletions

View file

@ -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,

View file

@ -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"