Skip to content

Commit 3897b78

Browse files
authored
Update version to 1.6.0-rc3 (#382)
* Update version to 1.6.0-rc3 * remove cache restore
1 parent 3e2e66f commit 3897b78

File tree

5 files changed

+1673
-2644
lines changed

5 files changed

+1673
-2644
lines changed

.semaphore/semaphore.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ global_job_config:
2626
commands:
2727
- checkout
2828
- export LIBRDKAFKA_COMMIT_HASH="librdkafka_$(git submodule status deps/librdkafka | cut -d' ' -f1)"
29-
- if [[ $(command cache) ]]; then cache restore "$LIBRDKAFKA_COMMIT_HASH" ; fi
3029
- git submodule update --init --recursive
3130
epilogue:
3231
commands:
@@ -106,7 +105,6 @@ blocks:
106105
prologue:
107106
commands:
108107
- export CKJS_LINKING=dynamic
109-
- if [[ $(command cache) ]]; then cache restore; fi
110108
- npm run install-from-source
111109
- if [[ $(command cache) ]]; then cache store; fi
112110
jobs:

lib/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ util.dictToStringList = function (mapOrObject) {
5252
return list;
5353
};
5454

55-
util.bindingVersion = '1.6.0-rc2';
55+
util.bindingVersion = '1.6.0-rc3';

0 commit comments

Comments
 (0)