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