Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
AviAvni committed Nov 2, 2023
1 parent d8f20c0 commit 0a92db9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

#ifndef REDISGRAPH_MODULE_VERSION

#define REDISGRAPH_VERSION_MAJOR 99
#define REDISGRAPH_VERSION_MINOR 99
#define REDISGRAPH_VERSION_PATCH 99
#define REDISGRAPH_VERSION_MAJOR 4
#define REDISGRAPH_VERSION_MINOR 0
#define REDISGRAPH_VERSION_PATCH 1

#define REDISGRAPH_SEMANTIC_VERSION(major, minor, patch) \
(major * 10000 + minor * 100 + patch)
Expand Down

0 comments on commit 0a92db9

Please sign in to comment.