|
@@ -23,7 +23,7 @@ package org.springframework.security.oauth2.server.authorization.util;
|
|
*/
|
|
*/
|
|
public final class SpringAuthorizationServerVersion {
|
|
public final class SpringAuthorizationServerVersion {
|
|
private static final int MAJOR = 1;
|
|
private static final int MAJOR = 1;
|
|
- private static final int MINOR = 1;
|
|
|
|
|
|
+ private static final int MINOR = 2;
|
|
private static final int PATCH = 0;
|
|
private static final int PATCH = 0;
|
|
|
|
|
|
/**
|
|
/**
|