Skip to content

Commit 7ae7ebc

Browse files
authored
Merge pull request #126 from thc202/version-update
Update version for release
2 parents bec9886 + dc8e979 commit 7ae7ebc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ can be obtained from [Maven Central](https://search.maven.org/) with following c
1818

1919
* GroupId: `org.zaproxy`
2020
* ArtifactId: `zap-clientapi`
21-
* Version: `1.14.0`
21+
* Version: `1.15.0`
2222

2323
Previous releases are also available, more details can be found in [Maven Central](https://search.maven.org/search?q=g:org.zaproxy%20AND%20a:zap-clientapi&core=gav).
2424

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ subprojects {
1414

1515
group = "org.zaproxy"
1616

17-
version = "1.15.0-SNAPSHOT"
17+
version = "1.15.0"
1818
extra["versionBC"] = "1.14.0"
1919

2020
java {

0 commit comments

Comments
 (0)