Fix next development version

This commit is contained in:
Rob Winch 2019-11-27 08:16:23 -06:00
parent a7871cfce4
commit 17449cbf60
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class SpringSecurityCoreVersion {
* N.B. Classes are not intended to be serializable between different versions. See
* SEC-1709 for why we still need a serial version.
*/
public static final long SERIAL_VERSION_UID = 520L;
public static final long SERIAL_VERSION_UID = 530L;
static final String MIN_SPRING_VERSION = getSpringVersion();