|
|
|
|
@ -23,8 +23,8 @@ package org.springframework.security.oauth2.server.authorization;
@@ -23,8 +23,8 @@ 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 = 3; |
|
|
|
|
private static final int MINOR = 1; |
|
|
|
|
private static final int PATCH = 0; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Global Serialization value for Spring Security Authorization Server classes. |
|
|
|
|
|