Skip to content

Commit

Permalink
🎉 v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed May 28, 2022
1 parent f044798 commit c4e901d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<artifactId>bolo</artifactId>
<packaging>war</packaging>
<name>Bolo</name>
<version>v2.5-stable</version>
<version>v2.6-stable</version>
<description>
本地化、稳定精致的 Java 博客系统 - 菠萝博客。
</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/b3log/solo/SoloServletListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public final class SoloServletListener extends AbstractServletListener {
public static final String STABLE_EN = "Stable";
public static final String BETA_CN = "内测版";
public static final String BETA_EN = "Beta";
public static final String BOLO_VERSION_SOURCE = "2.5";
public static final String BOLO_VERSION_SOURCE = "2.6";
public static final String BOLO_VERSION = "v" + BOLO_VERSION_SOURCE + " " + STABLE_CN;
public static final String BOLO_VERSION_EN = "v" + BOLO_VERSION_SOURCE + " " + STABLE_EN;
// public static final String BOLO_VERSION = "v" + BOLO_VERSION_SOURCE + " " + BETA_CN;
Expand Down

0 comments on commit c4e901d

Please sign in to comment.