1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-26 20:54:21 +01:00

force upgrade to 4.7.12 before going further

This commit is contained in:
Sylvain 2021-06-10 16:51:51 +02:00
parent 832f66d8e9
commit 4c8c9f0ea7

View File

@ -96,6 +96,8 @@ version_check()
version_error "v4.0.4"
elif verlt "$VERSION" 4.4.6; then
version_error "v4.4.6"
elif verlt "$VERSION" 4.7.12; then
version_error "v4.7.12"
fi
}