Skip to content

Commit

Permalink
🔖 发布 v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Mar 25, 2020
1 parent 5c7a85e commit 0a4de36
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "symphony",
"version": "3.6.1",
"version": "3.6.2",
"description": "A modern community (forum/BBS/SNS/blog) platform written in Java. 一款用 Java 实现的现代化社区(论坛/BBS/社交网络/博客)平台。",
"homepage": "https://sym.b3log.org",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Description: Symphony POM.
Version: 2.17.0.24, Mar 19, 2020
Version: 2.17.0.25, Mar 25, 2020
Author: Liang Ding
Author: Zephyr
-->
Expand All @@ -12,7 +12,7 @@
<groupId>org.b3log</groupId>
<artifactId>symphony</artifactId>
<packaging>jar</packaging>
<version>3.6.1</version>
<version>3.6.2</version>
<name>Symphony</name>
<url>https://sym.b3log.org</url>
<description>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/b3log/symphony/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* Server.
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 2.0.1.2, Feb 11, 2020
* @version 2.0.1.3, Mar 25, 2020
* @since 3.4.8
*/
public final class Server extends BaseServer {
Expand All @@ -53,7 +53,7 @@ public final class Server extends BaseServer {
/**
* Symphony version.
*/
public static final String VERSION = "3.6.1";
public static final String VERSION = "3.6.2";

/**
* Main.
Expand Down

0 comments on commit 0a4de36

Please sign in to comment.