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 d6d157c commit 01bcd85Copy full SHA for 01bcd85
doma-core/src/main/java/org/seasar/doma/internal/Artifact.java
@@ -22,7 +22,7 @@ public final class Artifact {
22
23
private static final String NAME = "Doma";
24
25
- private static final String VERSION = "3.5.0";
+ private static final String VERSION = "3.5.1-SNAPSHOT";
26
27
public static String getName() {
28
return NAME;
gradle.properties
@@ -1,5 +1,5 @@
1
group=org.seasar.doma
2
-version=3.5.0
+version=3.5.1-SNAPSHOT
3
encoding=UTF-8
4
projectUrl=https://github.com/domaframework/doma
5
githubUrl=[email protected]:domaframework/doma.git
0 commit comments