Skip to content

Commit

Permalink
Update version to 1.2.1 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirShpilraien authored Jul 7, 2023
1 parent d25efc2 commit 8e0ad4a
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.2.0-SNAPSHOT</version>
<version>1.2.1-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 = 0x00010200;
public static final int VERSION = 0x00010201;
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 8e0ad4a

Please sign in to comment.