We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf8741 commit 5e0fe9cCopy full SHA for 5e0fe9c
gradle.properties
@@ -1,4 +1,4 @@
1
-version=0.1.1
+version=0.1.2-SNAPSHOT
2
springBootVersion=2.4.5
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
@@ -24,7 +24,7 @@
24
public final class Version {
25
private static final int MAJOR = 0;
26
private static final int MINOR = 1;
27
- private static final int PATCH = 1;
+ private static final int PATCH = 2;
28
29
/**
30
* Global Serialization value for Spring Security Authorization Server classes.
0 commit comments