We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045fdee commit a414fe7Copy full SHA for a414fe7
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.12)
2
project(
3
vault
4
- VERSION 0.55.0
+ VERSION 0.56.0
5
DESCRIPTION "Vault library for C++")
6
7
set(CMAKE_CXX_STANDARD 17)
README.md
@@ -1,6 +1,6 @@
# libvault

-[](https://img.shields.io/badge/version-0.55.0-4a8fff)
+[](https://img.shields.io/badge/version-0.56.0-4a8fff)
A C++ library for [Hashicorp Vault](https://www.vaultproject.io/)
0 commit comments