Next Development Version

This commit is contained in:
Steve Riesenberg
2022-05-25 10:45:22 -05:00
parent d09e5348c4
commit 421a9723ea
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 = 3;
private static final int PATCH = 0;
private static final int PATCH = 1;
/**
* Global Serialization value for Spring Security Authorization Server classes.