Skip to content

Commit

Permalink
update version to 1.4.28 (#1219)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirShpilraien committed May 4, 2020
1 parent f08efa9 commit dadf96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#define REDISEARCH_VERSION_MAJOR 1
#define REDISEARCH_VERSION_MINOR 4
#define REDISEARCH_VERSION_PATCH 27
#define REDISEARCH_VERSION_PATCH 28

#define REDISEARCH_MODULE_VERSION \
(REDISEARCH_VERSION_MAJOR * 10000 + REDISEARCH_VERSION_MINOR * 100 + REDISEARCH_VERSION_PATCH)
Expand Down

0 comments on commit dadf96d

Please sign in to comment.