From 2814166c1c621d7e8b3c7dc856268abe250fa095 Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:30:40 +0100 Subject: [PATCH] Bump version in mix.exs to 0.9.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index d109a14b..69ca6dfb 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Backpex.MixProject do use Mix.Project - @version "0.9.0" + @version "0.9.1" @source_url "https://github.com/naymspace/backpex" @changelog_url "https://github.com/naymspace/backpex/releases"