Skip to content

Commit e92a4f3

Browse files
committed
Bump version number to 1.6.0
1 parent 9d4a700 commit e92a4f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Summary of the changes done in each version.
44

5-
## 1.6.0 (Not yet released)
5+
## 1.6.0 (2018-04-10)
66

77
### Changes
88

README.md

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

2323
* GroupId: `org.zaproxy`
2424
* ArtifactId: `zap-clientapi`
25-
* Version: `1.5.0`
25+
* Version: `1.6.0`
2626

2727
Previous releases are also available, more details can be found in [Maven Central](http://search.maven.org/#search|ga|1|org.zaproxy).
2828

build.gradle

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.6.0-SNAPSHOT'
17+
version '1.6.0'
1818
ext.versionBC = '1.5.0'
1919

2020
repositories {

0 commit comments

Comments
 (0)