Skip to content

Commit

Permalink
change version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirShpilraien committed Nov 18, 2018
1 parent a0a4b31 commit 2205d6d
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 1
#define REDISEARCH_VERSION_PATCH 2

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

0 comments on commit 2205d6d

Please sign in to comment.