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 90e9f75 commit 2b6ba82Copy full SHA for 2b6ba82
Tabnine/build.gradle
@@ -15,7 +15,7 @@ repositories {
15
}
16
17
group 'com.tabnine'
18
-version project.hasProperty('externalVersion') ? project.externalVersion : '1.29.0'
+version project.hasProperty('externalVersion') ? project.externalVersion : '1.30.0'
19
20
sourceCompatibility = 9
21
targetCompatibility = 9
TabnineSelfHosted/build.gradle
group 'com.tabnineSelfHosted'
0 commit comments