diff --git a/README.md b/README.md index 40124da..f6e5f02 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Build master status: [![Build travis status](https://travis-ci.org/nekipelov/red Build develop status: [![Build travis status](https://travis-ci.org/nekipelov/redisclient.svg?branch=develop)](https://travis-ci.org/nekipelov/redisclient) [![Build appveyor status](https://ci.appveyor.com/api/projects/status/github/nekipelov/redisclient?branch=develop)](https://ci.appveyor.com/project/nekipelov/redisclient/branch/develop) -Current version: 0.5.0. +Current version: 0.5.2. Boost.asio based Redis-client header-only library. Simple but powerfull. diff --git a/amalgamated/redisclient.h b/amalgamated/redisclient.h index da1f9af..86bf0de 100644 --- a/amalgamated/redisclient.h +++ b/amalgamated/redisclient.h @@ -7,7 +7,7 @@ #define REDISCLIENT_VERSION_H -#define REDIS_CLIENT_VERSION 501 // 0.5.1 +#define REDIS_CLIENT_VERSION 502 // 0.5.1 /* diff --git a/src/redisclient/version.h b/src/redisclient/version.h index 89b8a86..ee00af3 100644 --- a/src/redisclient/version.h +++ b/src/redisclient/version.h @@ -6,6 +6,6 @@ #ifndef REDISCLIENT_VERSION_H #define REDISCLIENT_VERSION_H -#define REDIS_CLIENT_VERSION 501 // 0.5.1 +#define REDIS_CLIENT_VERSION 502 // 0.5.1 #endif // REDISCLIENT_VERSION_H