add comment about version number

This commit is contained in:
778a69cd 2024-02-29 18:40:01 +01:00
parent a49ba0fdbd
commit 9894330bff

View file

@ -14,6 +14,9 @@ let
in in
mixRelease rec { mixRelease rec {
pname = "mobilizon"; pname = "mobilizon";
# This has to be kept in sync with the version in mix.exs and package.json!
# Otherwise the nginx routing isn't going to work properly.
version = "4.1.0-alpha.1"; version = "4.1.0-alpha.1";
inherit src; inherit src;