Skip to content

Commit 115f675

Browse files
committed
Bumped version
1 parent f51b219 commit 115f675

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Pinchflat.MixProject do
44
def project do
55
[
66
app: :pinchflat,
7-
version: "2024.12.29",
7+
version: "2024.12.31",
88
elixir: "~> 1.17",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

tooling/version_bump.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ sed -i "s/version: \"$VERSION\"/version: \"$DATE\"/g" mix.exs
1212

1313
# Run checks to ensure it's a valid mix.exs file
1414
mix check
15+
16+
echo "Version bumped successfully to $DATE"

0 commit comments

Comments
 (0)