Skip to content

Commit

Permalink
Update version to 1.2 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirShpilraien authored Jul 6, 2023
1 parent d95ef32 commit 06effe7
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 @@

<groupId>com.redislabs</groupId>
<artifactId>rghibernate</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>RGHibernate</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/redislabs/WriteBehind.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public class WriteBehind{

public static final int VERSION = 0x00010100;
public static final int VERSION = 0x00010200;
public static final String DESCRIPTION = "A write behind/read through recipe for RedisGears JVM leverage hibernate for external db conectivity.";

public static class UpdateInfo{
Expand Down

0 comments on commit 06effe7

Please sign in to comment.