Skip to content

Commit

Permalink
0.7.107
Browse files Browse the repository at this point in the history
  • Loading branch information
babyfish-ct committed Jun 29, 2023
1 parent 474fd42 commit 3baf7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
allprojects {
group = "org.babyfish.jimmer"
version = "0.7.106"
version = "0.7.107"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
public class JimmerVersion {

public static final JimmerVersion CURRENT =
new JimmerVersion(0, 7, 106);
new JimmerVersion(0, 7, 107);

private final int major;

Expand Down

0 comments on commit 3baf7ce

Please sign in to comment.