Skip to content

Commit

Permalink
Merge branch 'revert-5b569726-2' into 'master' (merge request !512)
Browse files Browse the repository at this point in the history
Revert 2.5.0
### MR描述
<!--- 详细描述MR的细节 -->

2.5.0的代码还有问题,取消这个版本,后续考虑用类似 “2.5.0-rc1” 来处理新版本是否有bug的问题。

### 修改动机和上下文背景
<!--- 为什么需要此修改, 解决了什么问题 -->
<!---如果解决了相关的#issue, 在此处进行关联(#issue, close #issue) -->



### 此MR如何进行测试 ?
<!--- 请描述测试MR的细节 -->
<!--- 包括测试的环境以及执行的测试用例 -->
<!--- 说明 change 如何影响其他部分的代码 etc. -->

### change 类型
<!---你的代码引入了何种类型的change, 在所有关联的复选框前选择"x" -->
- [ ] Bug fix (修复了issue的非侵入式修改)
- [ ] New feature (增加功能的非侵入式修改)
- [ ] Breaking change (修复或者增加特性, 但是会造成现有行为的非预期行为)

### 清单
<!--- 查看下述选项,并进行"x"勾选 -->
<!--- 如果你对所有都不确定, 请随时咨询我们 -->
- [ ] 遵循项目的Code-Style
- [ ] Change 需要文档的修改
- [ ] 我已经进行相关文档的修改
- [ ] 我的MR已经通过的相关流水线测试
  • Loading branch information
takenliu committed May 26, 2022
2 parents 4551198 + 53e7cf5 commit f795e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tendisplus/commands/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define SRC_TENDISPLUS_COMMANDS_VERSION_H_

#include <string>
#define TENDISPLUS_VERSION_PRE "2.5.0-rocksdb-v"
#define TENDISPLUS_VERSION_PRE "2.4.3-rocksdb-v"

std::string getTendisPlusVersion();

Expand Down

0 comments on commit f795e62

Please sign in to comment.