Skip to content

Commit

Permalink
Set version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codota-builder committed Sep 19, 2023
1 parent 06c44e8 commit 5198cbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tabnine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

group 'com.tabnine'
version project.hasProperty('externalVersion') ? project.externalVersion : '1.6.0'
version project.hasProperty('externalVersion') ? project.externalVersion : '1.7.0'

sourceCompatibility = 9
targetCompatibility = 9
Expand Down
2 changes: 1 addition & 1 deletion TabnineSelfHosted/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

group 'com.tabnineSelfHosted'
version project.hasProperty('externalVersion') ? project.externalVersion : '1.6.0'
version project.hasProperty('externalVersion') ? project.externalVersion : '1.7.0'

sourceCompatibility = 9
targetCompatibility = 9
Expand Down

0 comments on commit 5198cbb

Please sign in to comment.