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 725c300 commit 8e8979aCopy full SHA for 8e8979a
gradle.properties
@@ -1,4 +1,4 @@
1
-version=0.2.0
+version=0.2.1-SNAPSHOT
2
springBootVersion=2.5.3
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 = 2;
27
- private static final int PATCH = 0;
+ private static final int PATCH = 1;
28
29
/**
30
* Global Serialization value for Spring Security Authorization Server classes.
0 commit comments