From a414fe7cb3237f1dcce580868fa363425a7e70ce Mon Sep 17 00:00:00 2001 From: Aaron Bedra Date: Tue, 18 Apr 2023 17:31:59 -0500 Subject: [PATCH] Version bump --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75d9c76..cd4482b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12) project( vault - VERSION 0.55.0 + VERSION 0.56.0 DESCRIPTION "Vault library for C++") set(CMAKE_CXX_STANDARD 17) diff --git a/README.md b/README.md index 6e827d3..a17a2e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # libvault ![CMake](https://github.com/abedra/libvault/workflows/CMake/badge.svg) -[![Version](https://img.shields.io/badge/version-0.55.0-4a8fff)](https://img.shields.io/badge/version-0.55.0-4a8fff) +[![Version](https://img.shields.io/badge/version-0.56.0-4a8fff)](https://img.shields.io/badge/version-0.56.0-4a8fff) A C++ library for [Hashicorp Vault](https://www.vaultproject.io/)