From 1c3808d12baf85d2784825c705229cc42012f513 Mon Sep 17 00:00:00 2001 From: Sergey Radzishevskii Date: Wed, 2 Apr 2025 18:15:39 -0700 Subject: [PATCH] feat: bump version to 17. --- .idea/workspace.xml | 71 ++++++++++++++++++++++++++++++++++++++++++++ script/buildAddon.sh | 4 +-- 2 files changed, 73 insertions(+), 2 deletions(-) create mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..a88b8972 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + 1743641002269 + + + + + + + + + \ No newline at end of file diff --git a/script/buildAddon.sh b/script/buildAddon.sh index af79a6a9..9e307dcd 100755 --- a/script/buildAddon.sh +++ b/script/buildAddon.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash # Set the desired commit hash and branch -commit=06670290ad39e61805ecacbc6267df61f6ae3d91 -branch=16-latest +commit=1c1a32ed2f4c7799830d50bf4cb159222aafec48 +branch=17-latest # Remember current directory and create a new, unique, temporary directory rDIR=$(pwd)