Skip to content

Commit cf444d3

Browse files
committed
Bump version to 1.5.25
Change-Id: I6f044b528a44b51d5e1e901592d6557e437ff0ba Reviewed-on: http://review.couchbase.org/120617 Reviewed-by: Sergey Avseyev <[email protected]> Tested-by: Sergey Avseyev <[email protected]>
1 parent ada6e6e commit cf444d3

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.24</version>
8+
<version>1.5.25</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
@@ -23,7 +23,7 @@
2323
* about the Couchbase Mock
2424
*/
2525
public final class Info {
26-
private static final String VERSION = "1.5.24";
26+
private static final String VERSION = "1.5.25";
2727
private static final AtomicInteger configRevision = new AtomicInteger(1);
2828
private static final AtomicLong clockOffset = new AtomicLong();
2929

0 commit comments

Comments
 (0)