1 parent f51b219 commit 115f675Copy full SHA for 115f675
2 files changed
mix.exs
@@ -4,7 +4,7 @@ defmodule Pinchflat.MixProject do
4
def project do
5
[
6
app: :pinchflat,
7
- version: "2024.12.29",
+ version: "2024.12.31",
8
elixir: "~> 1.17",
9
elixirc_paths: elixirc_paths(Mix.env()),
10
start_permanent: Mix.env() == :prod,
tooling/version_bump.sh
@@ -12,3 +12,5 @@ sed -i "s/version: \"$VERSION\"/version: \"$DATE\"/g" mix.exs
12
13
# Run checks to ensure it's a valid mix.exs file
14
mix check
15
+
16
+echo "Version bumped successfully to $DATE"
0 commit comments