1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

update version

This commit is contained in:
Sebastian Gumprich 2017-07-02 15:23:42 +02:00
parent 968a041e75
commit bb1ecb0a09
2 changed files with 6 additions and 1 deletions

View file

@ -14,3 +14,8 @@ Personal Relationship Manager - a new kind of CRM to organize interactions with
* This is due to a limitation in monica, not yunohost!
* See [here](https://github.com/monicahq/monica/issues/139) for the current progress.
* [x] make root domain redirect to index.php
## Notes for Upgrading
* Check for changes in .env

View file

@ -3,7 +3,7 @@
#
# monica git version
VERSION="597991d"
VERSION="ffbf92c"
# Remote URL to fetch monica source tarball
MONICA_SOURCE_URL="https://github.com/monicahq/monica/archive/${VERSION}.tar.gz"