Skip to content

Commit 20bb67d

Browse files
author
Dmitry Tkachenko
committed
Update version
1 parent aae584f commit 20bb67d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ option (REDISCPP_PACKAGE_TEST "[REDISCPP] Test installation" OFF)
1010
mark_as_advanced(REDISCPP_PACKAGE_TEST)
1111

1212
project(redis-cpp
13-
VERSION 1.0.0
13+
VERSION 1.1.0
1414
LANGUAGES CXX
1515
DESCRIPTION "redis-cpp - lightweight C++ client library for Redis"
1616
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ And you may dive deeper if you feel the need.
1313
If you need a C++11 version you could switch to c++11 branch and use that one.
1414

1515
# Version
16-
1.0.0
16+
1.1.0
1717

1818
# Features
1919
- easy way to access Redis

0 commit comments

Comments
 (0)