Skip to content

Commit 1c2490a

Browse files
author
codota-builder
committed
Set version to 1.38.0
1 parent 15641f6 commit 1c2490a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tabnine/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
group 'com.tabnine'
18-
version project.hasProperty('externalVersion') ? project.externalVersion : '1.37.0'
18+
version project.hasProperty('externalVersion') ? project.externalVersion : '1.38.0'
1919

2020
sourceCompatibility = 9
2121
targetCompatibility = 9

TabnineSelfHosted/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
group 'com.tabnineSelfHosted'
18-
version project.hasProperty('externalVersion') ? project.externalVersion : '1.37.0'
18+
version project.hasProperty('externalVersion') ? project.externalVersion : '1.38.0'
1919

2020
sourceCompatibility = 9
2121
targetCompatibility = 9

0 commit comments

Comments
 (0)