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 1016c5e commit a4d283cCopy full SHA for a4d283c
ecsact/private/versions.bzl
@@ -2,12 +2,12 @@
2
3
TODO: generate this file from GitHub API"""
4
5
-LATEST_TOOL_VERSION = "0.4.1"
+LATEST_TOOL_VERSION = "0.4.7"
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.4.1": {
+ "0.4.7": {
11
"windows_x64": "",
12
"linux_x64": "",
13
},
0 commit comments