add comment about version number

This commit is contained in:
778a69cd 2024-02-29 18:40:01 +01:00
parent 10d534d24a
commit 2a8054ca07

View file

@ -14,6 +14,9 @@ let
in
mixRelease rec {
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";
inherit src;