We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae584f commit 20bb67dCopy full SHA for 20bb67d
CMakeLists.txt
@@ -10,7 +10,7 @@ option (REDISCPP_PACKAGE_TEST "[REDISCPP] Test installation" OFF)
10
mark_as_advanced(REDISCPP_PACKAGE_TEST)
11
12
project(redis-cpp
13
- VERSION 1.0.0
+ VERSION 1.1.0
14
LANGUAGES CXX
15
DESCRIPTION "redis-cpp - lightweight C++ client library for Redis"
16
)
README.md
@@ -13,7 +13,7 @@ And you may dive deeper if you feel the need.
If you need a C++11 version you could switch to c++11 branch and use that one.
# Version
-1.0.0
+1.1.0
17
18
# Features
19
- easy way to access Redis
0 commit comments