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 1fbea40 commit b6a0c1dCopy full SHA for b6a0c1d
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 = "3.2.0";
+ private static final String VERSION = "3.2.1-SNAPSHOT";
11
12
public static String getName() {
13
return NAME;
gradle.properties
@@ -1,5 +1,5 @@
1
group=org.seasar.doma
2
-version=3.2.0
+version=3.2.1-SNAPSHOT
3
encoding=UTF-8
4
projectUrl=https://github.com/domaframework/doma
5
githubUrl=[email protected]:domaframework/doma.git
0 commit comments