We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695ea5c commit b2752a8Copy full SHA for b2752a8
ecsact/private/versions.bzl
@@ -2,12 +2,12 @@
2
3
TODO: generate this file from GitHub API"""
4
5
-LATEST_TOOL_VERSION = "0.3.8"
+LATEST_TOOL_VERSION = "0.3.18"
6
7
# The integrity hashes can be computed with
8
# shasum -b -a 384 [downloaded file] | awk '{ print $1 }' | xxd -r -p | base64
9
TOOL_VERSIONS = {
10
- "0.3.8": {
+ "0.3.18": {
11
"windows_x64": "",
12
"linux_x64": "",
13
},
0 commit comments