We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e4164 commit d9c0fb6Copy full SHA for d9c0fb6
README.md
@@ -57,7 +57,7 @@ The plugin can be added to the buildscript classpath and applied:
57
58
```groovy
59
buildscript {
60
- ext.booster_version = '0.3.3'
+ ext.booster_version = '0.4.0'
61
repositories {
62
google()
63
mavenCentral()
build.gradle
@@ -19,7 +19,7 @@ allprojects { project ->
19
apply plugin: 'signing'
20
21
group = 'com.didiglobal.booster'
22
- version = '0.3.3'
+ version = '0.4.0'
23
24
25
mavenLocal()
0 commit comments