diff --git a/mix.exs b/mix.exs index b4d427e..cc5686b 100644 --- a/mix.exs +++ b/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, diff --git a/tooling/version_bump.sh b/tooling/version_bump.sh index 09a3c41..21a97ef 100755 --- a/tooling/version_bump.sh +++ b/tooling/version_bump.sh @@ -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"