Skip to content

Commit b2752a8

Browse files
committed
Ecsact sdk 0.3.18
1 parent 695ea5c commit b2752a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ecsact/private/versions.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
33
TODO: generate this file from GitHub API"""
44

5-
LATEST_TOOL_VERSION = "0.3.8"
5+
LATEST_TOOL_VERSION = "0.3.18"
66

77
# The integrity hashes can be computed with
88
# shasum -b -a 384 [downloaded file] | awk '{ print $1 }' | xxd -r -p | base64
99
TOOL_VERSIONS = {
10-
"0.3.8": {
10+
"0.3.18": {
1111
"windows_x64": "",
1212
"linux_x64": "",
1313
},

0 commit comments

Comments
 (0)