This commit is contained in:
Mayel de Borniol 2023-02-05 16:03:44 +13:00
parent 8384e81144
commit 9de03f6b02
2 changed files with 2 additions and 1 deletions

View file

@ -93,6 +93,7 @@ flavour select_flavour:
@pre-init: assets-ln
rm -rf ./priv/repo
mkdir -p data
cp -rn $FLAVOUR_PATH/repo ./priv/repo
rm -rf ./data/current_flavour
ln -sf ../$FLAVOUR_PATH ./data/current_flavour

View file

@ -86,7 +86,7 @@ defmodule Bonfire.Umbrella.MixProject do
@default_flavour "classic"
@config [
# note that the flavour will automatically be added where the dash appears
version: "0.4.0-beta.18",
version: "0.4.0-beta.19",
elixir: "~> 1.13",
default_flavour: @default_flavour,
logo: "assets/static/images/bonfire-icon.png",