We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d86cd commit 45d2e2dCopy full SHA for 45d2e2d
CHANGES.md
@@ -2,6 +2,8 @@
2
3
Summary of the changes done in each version.
4
5
+## 1.4.0-SNAPSHOT (Not yet released)
6
+
7
## 1.3.0 (2017-06-23)
8
9
### New APIs
build.gradle
@@ -10,7 +10,7 @@ allprojects {
10
apply plugin: 'java'
11
group = 'org.zaproxy'
12
13
- version '1.3.0'
+ version '1.4.0-SNAPSHOT'
14
ext.versionBC = '1.0.0'
15
16
repositories {
0 commit comments