Skip to content

Commit 960658f

Browse files
committed
feat: update to back 10.0.7
1 parent d87b0b2 commit 960658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glpi-start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ LOCAL_GLPI_MAJOR_VERSION=$(echo $LOCAL_GLPI_VERSION | cut -d. -f1)
7171
LOCAL_GLPI_VERSION_NUM=${LOCAL_GLPI_VERSION//./}
7272

7373
## Target value is GLPI 1.0.7
74-
TARGET_GLPI_VERSION="11.0.0"
74+
TARGET_GLPI_VERSION="10.0.7"
7575
TARGET_GLPI_VERSION_NUM=${TARGET_GLPI_VERSION//./}
7676
TARGET_GLPI_MAJOR_VERSION=$(echo $TARGET_GLPI_VERSION | cut -d. -f1)
7777

0 commit comments

Comments
 (0)