Skip to content

Commit

Permalink
Set version to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codota-builder committed Oct 29, 2023
1 parent 2ad65c7 commit 9a10c68
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.11.1'
version project.hasProperty('externalVersion') ? project.externalVersion : '1.12.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.11.1'
version project.hasProperty('externalVersion') ? project.externalVersion : '1.12.0'

sourceCompatibility = 9
targetCompatibility = 9
Expand Down

0 comments on commit 9a10c68

Please sign in to comment.