~aleteoryx/muditaos

e8f6ff93f6ffc72ac8405e27e21b57a274a3ed7d — Maciej Janicki 3 years ago eab694c pure_1.2.0-rc.2
[CP-1100] Fix update not working

Update updater binary version
1 files changed, 1 insertions(+), 1 deletions(-)

M products/PurePhone/BinaryAssetsVersions.cmake
M products/PurePhone/BinaryAssetsVersions.cmake => products/PurePhone/BinaryAssetsVersions.cmake +1 -1
@@ 5,5 5,5 @@ if( NOT DEFINED ECOBOOT_BIN_VERSION)
endif()

if (NOT DEFINED UPDATER_BIN_VERSION)
    set(UPDATER_BIN_VERSION 1.3.0 CACHE STRING "updater binary version to download from updater release page")
    set(UPDATER_BIN_VERSION 1.4.0 CACHE STRING "updater binary version to download from updater release page")
endif()