Skip to content

Commit 7320839

Browse files
committed
Bump version to 1.5.23
Change-Id: I5151c847990a8f48f157124e19062445669025ea Reviewed-on: http://review.couchbase.org/108943 Reviewed-by: Sergey Avseyev <[email protected]> Tested-by: Sergey Avseyev <[email protected]>
1 parent a4b5620 commit 7320839

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.22</version>
8+
<version>1.5.23</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.22";
26+
private static final String VERSION = "1.5.23";
2727
private static final AtomicInteger configRevision = new AtomicInteger(1);
2828
private static final AtomicLong clockOffset = new AtomicLong();
2929

0 commit comments

Comments
 (0)