diff --git a/installer/config.yml b/installer/config.yml index c5b7904f..2f2b4aa4 100644 --- a/installer/config.yml +++ b/installer/config.yml @@ -53,9 +53,9 @@ libraries: src_path: gendc_separator install_path: install/gendc_separator # action: download # can be 'download' - pkg_url: "https://github.com/Sensing-Dev/GenDC/releases/download/v0.2.7/gendc_separator_v0.2.7_win64.zip" - pkg_sha: "b1941864ad4b47b5958529911d24c400befc091e5eb79e7b5bad02ad81bfd8f8" + pkg_url: "https://github.com/Sensing-Dev/GenDC/releases/download/v0.2.8/gendc_separator_v0.2.8_win64.zip" + pkg_sha: "bdcf560332bf90dc07ebd50d931f86003fc8cbd54336009e03828d8aa45f965d" git_repo: "https://github.com/Sensing-Dev/GenDC.git" - version: "v0.2.7" + version: "v0.2.8" diff --git a/installer/tools/setup.sh b/installer/tools/setup.sh index 311663df..9230df8c 100644 --- a/installer/tools/setup.sh +++ b/installer/tools/setup.sh @@ -37,7 +37,7 @@ unset gendc_separator_config declare -A gendc_separator_config=( # Declare an associative array with default values ["v24.05.04"]="v0.2.6" ["v24.05.05"]="v0.2.7" - ["v24.05.06"]="v0.2.7" + ["v24.05.06"]="v0.2.8" ) EARLIEST_STABLE_SDK="v24.05.04"