Next Development Version

This commit is contained in:
Joe Grandja
2020-10-15 05:01:05 -04:00
parent 0c6b1251ce
commit 7b1b965c08
2 changed files with 2 additions and 2 deletions

View File

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