We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5269f commit a7a57e3Copy full SHA for a7a57e3
doma-core/src/main/java/org/seasar/doma/internal/Artifact.java
@@ -7,7 +7,7 @@ public final class Artifact {
7
8
private static final String NAME = "Doma";
9
10
- private static final String VERSION = "2.55.2";
+ private static final String VERSION = "2.55.3-SNAPSHOT";
11
12
public static String getName() {
13
return NAME;
gradle.properties
@@ -1,5 +1,5 @@
1
group=org.seasar.doma
2
-version=2.55.2
+version=2.55.3-SNAPSHOT
3
encoding=UTF-8
4
projectUrl=https://github.com/domaframework/doma
5
githubUrl=[email protected]:domaframework/doma.git
0 commit comments