Skip to content

Commit ec904cd

Browse files
committed
Bump version to 1.5.15
Change-Id: I0206deb5c3f8584005d0708db99843b8ad3dd066 Reviewed-on: http://review.couchbase.org/89675 Reviewed-by: Sergey Avseyev <[email protected]> Tested-by: Sergey Avseyev <[email protected]>
1 parent 4f59651 commit ec904cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>CouchbaseMock</artifactId>
66
<packaging>jar</packaging>
77
<!-- Please update src/main/java/com/couchbase/mock/Info.java when you change the version number -->
8-
<version>1.5.14</version>
8+
<version>1.5.15</version>
99
<name>CouchbaseMock</name>
1010
<url>http://maven.apache.org</url>
1111

src/main/java/com/couchbase/mock/Info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* about the Couchbase Mock
2323
*/
2424
public final class Info {
25-
private static final String VERSION = "1.5.14";
25+
private static final String VERSION = "1.5.15";
2626

2727
/**
2828
* get major version

0 commit comments

Comments
 (0)