Skip to content

Commit 3b1ce12

Browse files
Update version.h to correct version 8.9
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 17e3628 commit 3b1ce12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rocksdb/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// NOTE: in 'main' development branch, this should be the *next*
1313
// minor or major version number planned for release.
1414
#define ROCKSDB_MAJOR 8
15-
#define ROCKSDB_MINOR 10
15+
#define ROCKSDB_MINOR 9
1616
#define ROCKSDB_PATCH 0
1717

1818
// Do not use these. We made the mistake of declaring macros starting with

0 commit comments

Comments
 (0)