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 d83f69f commit 79fd7e3Copy full SHA for 79fd7e3
build.gradle.kts
@@ -19,7 +19,7 @@
19
20
allprojects {
21
group = "co.elastic.clients"
22
- version = System.getenv("VERSION") ?: "8.0.0-SNAPSHOT"
+ version = System.getenv("VERSION") ?: "7.x-SNAPSHOT"
23
24
repositories {
25
mavenCentral()
0 commit comments