We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a256f56 commit 2085bbeCopy full SHA for 2085bbe
pom.xml
@@ -5,7 +5,7 @@
5
<artifactId>CouchbaseMock</artifactId>
6
<packaging>jar</packaging>
7
<!-- Please update src/main/java/com/couchbase/mock/Info.java when you change the version number -->
8
- <version>1.5.21</version>
+ <version>1.5.22</version>
9
<name>CouchbaseMock</name>
10
<url>http://maven.apache.org</url>
11
src/main/java/com/couchbase/mock/Info.java
@@ -23,7 +23,7 @@
23
* about the Couchbase Mock
24
*/
25
public final class Info {
26
- private static final String VERSION = "1.5.21";
+ private static final String VERSION = "1.5.22";
27
private static final AtomicInteger configRevision = new AtomicInteger(1);
28
private static final AtomicLong clockOffset = new AtomicLong();
29
0 commit comments