Skip to content

Commit

Permalink
update version to 4.0.0 (OpenAtomFoundation#2559)
Browse files Browse the repository at this point in the history
Co-authored-by: wangshaoyi <[email protected]>
  • Loading branch information
wangshao1 and wangshaoyi authored Mar 29, 2024
1 parent 426ffd5 commit f890fc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/pika_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class PikaServer : public pstd::noncopyable {
std::unordered_map<std::string, QpsStatistic> ServerAllDBStat();

/*
* Memory and Disk usage statistic
* Disk usage statistic
*/
uint64_t GetDBSize() const {
return disk_statistic_.db_size_.load();
Expand Down
4 changes: 2 additions & 2 deletions include/pika_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#ifndef INCLUDE_PIKA_VERSION_H_
#define INCLUDE_PIKA_VERSION_H_

#define PIKA_MAJOR 3
#define PIKA_MINOR 6
#define PIKA_MAJOR 4
#define PIKA_MINOR 0
#define PIKA_PATCH 0

#endif // INCLUDE_PIKA_VERSION_H_

0 comments on commit f890fc5

Please sign in to comment.