update api gen version

This commit is contained in:
Maxim Bachinsky 2020-08-19 17:56:02 +03:00
parent 1b444a4582
commit 0f53df4bb4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ abstract class ApiGeneratorPlugin : Plugin<Project> {
companion object {
const val API_GENERATOR_CONFIG = "apiGenerator"
const val API_GENERATOR_EXT_NAME = "apiGenerator"
const val API_GENERATOR_VERSION = "1.4.0-beta4"
const val API_GENERATOR_VERSION = "1.4.0-beta5"
}
override fun apply(target: Project) {