datahub/gradle/versioning/cliVersion.gradle
John Joyce 8ad96399dc
feat(): Add support for generating default venvs in datahub-actions (based on recent version of CLI) (#14491)
Co-authored-by: John Joyce <john@ip-192-168-1-63.us-west-2.compute.internal>
2025-08-19 10:12:55 -07:00

8 lines
361 B
Groovy

ext {
// Important: The default version of the CLI used for GMS + bundled into docker images.
// This must be changed prior to release to bundle the latest CLI version.
//
// To automatically update this to the latest CLI version prior to release, run the following command:
// ./gradlew resolveDefaultCliVersion
cliVersion = "1.2.0.5"
}