Next Development Version

This commit is contained in:
Joe Grandja
2021-02-11 21:52:34 -05:00
parent 1f9e0f56fb
commit e440935c14
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 = 0;
private static final int PATCH = 1;
/**
* Global Serialization value for Spring Security Authorization Server classes.