diff --git a/README.md b/README.md index 56f38390..d9472edd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Build Status](https://travis-ci.org/ConcealNetwork/conceal-core.svg?branch=dev)](https://travis-ci.org/ConcealNetwork/conceal-core) [![Build status](https://ci.appveyor.com/api/projects/status/github/concealnetwork/conceal-core?branch=dev&svg=true)](https://ci.appveyor.com/project/cryptokatz/conceal-core) # Conceal Core (CLI) -Latest Release: v5.2.3 +Latest Release: v5.2.4 Maintained by The Circle Team. ## Information diff --git a/src/version.h.in b/src/version.h.in index 87138be0..bad05add 100644 --- a/src/version.h.in +++ b/src/version.h.in @@ -1,4 +1,4 @@ #define BUILD_COMMIT_ID "@VERSION@" -#define PROJECT_VERSION "5.2.3" -#define PROJECT_VERSION_BUILD_NO "23" +#define PROJECT_VERSION "5.2.4" +#define PROJECT_VERSION_BUILD_NO "24" #define PROJECT_VERSION_LONG PROJECT_VERSION "." PROJECT_VERSION_BUILD_NO "(" BUILD_COMMIT_ID ")"