Skip to content

Commit 2fcc59a

Browse files
committed
Bump version to 1.1.5
1 parent 2abeb50 commit 2fcc59a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version 1.1.5
2+
23
* New config option "repl_buffer_size".
34
* New config option "slave_timeout".
5+
* fixed bugs: #52, #59
46

57
version 1.1.4
68

src/constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const std::size_t MAX_REQUEST_LENGTH = 30 << 20; // 30 MiB
3333
const int MAX_SLAVES = 5;
3434
const int MAX_CONSECUTIVE_GCS = 3;
3535

36-
const char VERSION[] = "yrmcds version 1.1.4";
36+
const char VERSION[] = "yrmcds version 1.1.5";
3737

3838
} // namespace yrmcds
3939

0 commit comments

Comments
 (0)