Skip to content

Commit f3209af

Browse files
committed
bump version to 2.4.2
1 parent 7a83cfa commit f3209af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#define REDISGRAPH_VERSION_MAJOR 2
1010
#define REDISGRAPH_VERSION_MINOR 4
11-
#define REDISGRAPH_VERSION_PATCH 1
11+
#define REDISGRAPH_VERSION_PATCH 2
1212

1313
#define REDISGRAPH_SEMANTIC_VERSION(major, minor, patch) \
1414
(major * 10000 + minor * 100 + patch)

0 commit comments

Comments
 (0)