From 419a69d8378e112ec21844bfb530ef210cf81cb7 Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:51:48 +0100 Subject: [PATCH] Bump version in mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 95ec7863..d109a14b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Backpex.MixProject do use Mix.Project - @version "0.8.2" + @version "0.9.0" @source_url "https://github.com/naymspace/backpex" @changelog_url "https://github.com/naymspace/backpex/releases"