diff --git a/scripts/upgrade b/scripts/upgrade index eb0b5ac..678ea6d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -1,6 +1,6 @@ #!/bin/bash app=$YNH_APP_INSTANCE_NAME - rainloop_version='1.10.5.192' + rainloop_version=$(cat ../sources/rainloop_version) # Backup the current version of the app, restore it if the upgrade fails # Check if old backup exists diff --git a/sources/rainloop_version b/sources/rainloop_version new file mode 100644 index 0000000..26049ae --- /dev/null +++ b/sources/rainloop_version @@ -0,0 +1 @@ +1.10.5.192