Skip to content

Commit

Permalink
🎨 Bolo 版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed Feb 16, 2020
1 parent 20814af commit 9296183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
# 公告

### :tada: 菠萝版本信息
菠萝当前版本:v1.1 稳定版
菠萝当前版本:v1.2 稳定版
对应 Solo 原版版本号:v3.8.0(即支持 Solo v3.8.0 及以下的用户轻松迁移/迁回)

### 当前版本注意事项:

* v1.1 稳定版发布啦!Bolo 稳定版支持 Docker、Tomcat 部署,多种部署方法请看下方的《Bolo 多种安装方法》指引 👇
* v1.2 稳定版发布啦!Bolo 稳定版支持 Docker、Tomcat 部署,多种部署方法请看下方的《Bolo 多种安装方法》指引 👇
* v1.1 版本支持邮件提醒评论被回复啦!升级后,在后台配置发信服务器,然后发条评论试试吧~
* 稳定版可持续使用,欢迎你的体验、反馈、PR!

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 @@ -78,7 +78,7 @@ public final class SoloServletListener extends AbstractServletListener {
/**
* Bolo version.
*/
public static final String BOLO_VERSION = "v1.1 稳定版";
public static final String BOLO_VERSION = "v1.2 稳定版";

/**
* Bean manager.
Expand Down

0 comments on commit 9296183

Please sign in to comment.