Next Development Version

This commit is contained in:
Joe Grandja
2021-05-07 15:17:12 -04:00
parent dcf8741d16
commit 5e0fe9c862
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ 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 = 1;
private static final int PATCH = 2;
/**
* Global Serialization value for Spring Security Authorization Server classes.