Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Apr 18, 2023
1 parent 045fdee commit a414fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/)

Expand Down

0 comments on commit a414fe7

Please sign in to comment.