diff --git a/README.md b/README.md
index 305e43b..cc67c5a 100644
--- a/README.md
+++ b/README.md
@@ -159,6 +159,17 @@ Base on Spring-Boot
项目的开发管理使用开源项目 andaily-developer.
+ -
+
+ Version: 2.0.2 [planning]
+
+ Date: 2019-08-05 / ---
+
+
+ ...
+
+
+
-
Version: 2.0.1 [finished]
diff --git a/pom.xml b/pom.xml
index ab1f0d8..e4c8c2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.monkeyk
spring-oauth-server
- 2.0.1
+ 2.0.2
war
${project.artifactId}
diff --git a/src/main/java/com/monkeyk/sos/web/WebUtils.java b/src/main/java/com/monkeyk/sos/web/WebUtils.java
index fcb144c..a461853 100644
--- a/src/main/java/com/monkeyk/sos/web/WebUtils.java
+++ b/src/main/java/com/monkeyk/sos/web/WebUtils.java
@@ -16,7 +16,7 @@ public abstract class WebUtils {
/**
* Sync by pom.xml
*/
- public static final String VERSION = "2.0.1";
+ public static final String VERSION = "2.0.2";
private static ThreadLocal ipThreadLocal = new ThreadLocal<>();