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 a5c5b7e commit 3e6f8ffCopy full SHA for 3e6f8ff
gradle.properties
@@ -1,4 +1,4 @@
1
-version=0.2.3
+version=0.3.0-SNAPSHOT
2
springBootVersion=2.5.10
3
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError
4
org.gradle.parallel=true
oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/core/Version.java
@@ -23,8 +23,8 @@
23
*/
24
public final class Version {
25
private static final int MAJOR = 0;
26
- private static final int MINOR = 2;
27
- private static final int PATCH = 3;
+ private static final int MINOR = 3;
+ private static final int PATCH = 0;
28
29
/**
30
* Global Serialization value for Spring Security Authorization Server classes.
0 commit comments