Next Development Version

This commit is contained in:
Joe Grandja
2021-08-18 21:01:07 -04:00
parent 725c300db2
commit 8e8979af60
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 = 2;
private static final int PATCH = 0;
private static final int PATCH = 1;
/**
* Global Serialization value for Spring Security Authorization Server classes.