Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
kieraneglin committed Dec 31, 2024
1 parent f51b219 commit 115f675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions tooling/version_bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 115f675

Please sign in to comment.