Skip to content

Commit 074491f

Browse files
committed
Add OPENGRAPH_ATTRIBUTEGRAPH_VERSION support
1 parent f2b16a1 commit 074491f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AG/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ filepath() {
88
}
99

1010
AG_ROOT="$(dirname $(filepath $0))"
11-
VERSION=RELEASE_2024
11+
VERSION=${OPENGRAPH_ATTRIBUTEGRAPH_VERSION:-RELEASE_2024}
1212

1313
generate_swiftinterface_header() {
1414
local target="$1"

0 commit comments

Comments
 (0)