Skip to content

Commit

Permalink
update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
pippocao committed Sep 27, 2024
1 parent f8069d1 commit 818294a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BqLog(扁鹊日志)(V 1.4.3)
# BqLog(扁鹊日志)(V 1.4.5)
[![license](https://img.shields.io/badge/license-APACHE2.0-brightgreen.svg?style=flat)](https://github.com/Tencent/BqLog/blob/main/LICENSE.txt)
[![Release Version](https://img.shields.io/badge/release-1.4.3-red.svg)](https://github.com/Tencent/BqLog/releases)
[![Release Version](https://img.shields.io/badge/release-1.4.5-red.svg)](https://github.com/Tencent/BqLog/releases)
> [中文文档](./README_CHS.md)
> BqLog is a lightweight, high-performance logging system used in projects such as "Honor of Kings," and it has been successfully deployed and is running smoothly.
Expand Down
4 changes: 2 additions & 2 deletions README_CHS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BqLog(扁鹊日志)(V 1.4.3)
# BqLog(扁鹊日志)(V 1.4.5)
[![license](https://img.shields.io/badge/license-APACHE2.0-brightgreen.svg?style=flat)](https://github.com/Tencent/BqLog/blob/main/LICENSE.txt)
[![Release Version](https://img.shields.io/badge/release-1.4.3-red.svg)](https://github.com/Tencent/BqLog/releases)
[![Release Version](https://img.shields.io/badge/release-1.4.5-red.svg)](https://github.com/Tencent/BqLog/releases)
> BqLog是一个轻量级,高性能日志系统,应用于《Honor Of Kings》等项目,已经上线并良好运行
## 支持平台
Expand Down
2 changes: 1 addition & 1 deletion src/bq_log/api/bq_log_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace bq {

BQ_API const char* __api_get_log_version()
{
return "1.4.4";
return "1.4.5";
}

#if BQ_POSIX
Expand Down

0 comments on commit 818294a

Please sign in to comment.