Skip to content

Commit

Permalink
Bump version to 1.5.25
Browse files Browse the repository at this point in the history
Change-Id: I6f044b528a44b51d5e1e901592d6557e437ff0ba
Reviewed-on: http://review.couchbase.org/120617
Reviewed-by: Sergey Avseyev <[email protected]>
Tested-by: Sergey Avseyev <[email protected]>
  • Loading branch information
avsej committed Jan 16, 2020
1 parent ada6e6e commit cf444d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>CouchbaseMock</artifactId>
<packaging>jar</packaging>
<!-- Please update src/main/java/com/couchbase/mock/Info.java when you change the version number -->
<version>1.5.24</version>
<version>1.5.25</version>
<name>CouchbaseMock</name>
<url>http://maven.apache.org</url>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/couchbase/mock/Info.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* about the Couchbase Mock
*/
public final class Info {
private static final String VERSION = "1.5.24";
private static final String VERSION = "1.5.25";
private static final AtomicInteger configRevision = new AtomicInteger(1);
private static final AtomicLong clockOffset = new AtomicLong();

Expand Down

0 comments on commit cf444d3

Please sign in to comment.