Next Development Version

This commit is contained in:
Joe Grandja
2021-12-01 09:12:04 -05:00
parent 28ac43bd50
commit 42095a6da5
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 = 1;
private static final int PATCH = 2;
/**
* Global Serialization value for Spring Security Authorization Server classes.