Next Development Version

This commit is contained in:
Joe Grandja
2021-07-09 08:35:47 -04:00
parent 2523916ca1
commit 3dfcbfe136
2 changed files with 3 additions and 3 deletions

View File

@@ -23,8 +23,8 @@ package org.springframework.security.oauth2.core;
*/
public final class Version {
private static final int MAJOR = 0;
private static final int MINOR = 1;
private static final int PATCH = 2;
private static final int MINOR = 2;
private static final int PATCH = 0;
/**
* Global Serialization value for Spring Security Authorization Server classes.