File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/couchbase/mock Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
<artifactId >CouchbaseMock</artifactId >
6
6
<packaging >jar</packaging >
7
7
<!-- 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 >
9
9
<name >CouchbaseMock</name >
10
10
<url >http://maven.apache.org</url >
11
11
Original file line number Diff line number Diff line change 23
23
* about the Couchbase Mock
24
24
*/
25
25
public final class Info {
26
- private static final String VERSION = "1.5.24 " ;
26
+ private static final String VERSION = "1.5.25 " ;
27
27
private static final AtomicInteger configRevision = new AtomicInteger (1 );
28
28
private static final AtomicLong clockOffset = new AtomicLong ();
29
29
You can’t perform that action at this time.
0 commit comments