add comment about version number
This commit is contained in:
parent
10d534d24a
commit
2a8054ca07
|
@ -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";
|
version = "4.1.0";
|
||||||
|
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
Loading…
Reference in a new issue