From 61e8e3504a1df9a0993b94672c5beebf887f3e6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Feb 2025 14:19:37 +0000 Subject: [PATCH] chore: Bump version to 1.0.28 --- VERSION | 2 +- tololo/mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index adb7b04..8b54409 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.27 +1.0.28 diff --git a/tololo/mix.exs b/tololo/mix.exs index 60e9e9e..3779c38 100644 --- a/tololo/mix.exs +++ b/tololo/mix.exs @@ -4,7 +4,7 @@ defmodule Tololo.MixProject do def project do [ app: :tololo, - version: "1.0.27", + version: "1.0.28", elixir: "~> 1.18", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,