This commit is contained in:
Mayel 2021-10-06 21:17:35 +13:00
parent 06d42b573a
commit 96de3b0dcf
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Backend Configuration and Deployment
# WARNING: Bonfire is still under heavy development and is not ready to be deployed or used other than for development and testing purposes.
### WARNING: Bonfire is still under development and deploying is only recommended for development and testing purposes.
_These instructions are for setting up Bonfire in production. If you want to run the backend in development, please refer to our [Developer Guide](./HACKING.md)!_

View file

@ -3,7 +3,7 @@ defmodule Bonfire.MixProject do
use Mix.Project
@config [
version: "0.1.0-alpha.269", # note that the flavour will automatically be added where the dash appears
version: "0.1.0-beta.1", # note that the flavour will automatically be added where the dash appears
elixir: "~> 1.12",
default_flavour: "classic",
test_deps_prefixes: ["bonfire_", "pointers", "paginator"],