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