From daacbaac7d01ff601270fc075fb8ac405717ccea Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Sat, 28 Oct 2023 10:35:18 +0200 Subject: [PATCH] up --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b69e31a1fa2..c52f0d578b0 100755 --- a/mix.exs +++ b/mix.exs @@ -92,7 +92,7 @@ defmodule Bonfire.Umbrella.MixProject do @default_flavour "classic" @config [ # note that the flavour will automatically be added where the dash appears - version: "0.9.6-beta.29", + version: "0.9.7-beta.0", elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}", default_flavour: @default_flavour, logo: "assets/static/images/bonfire-icon.png",