Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Jun 7, 2020
1 parent c25ba9d commit 37804a0
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,5 +1,5 @@
cmake_minimum_required(VERSION 3.9)
project(vault VERSION 0.22.0 DESCRIPTION "Vault library for C++")
project(vault VERSION 0.23.0 DESCRIPTION "Vault library for C++")

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="https://img.shields.io/lgtm/alerts/g/abedra/libvault" alt="Total alerts"/>
</a>
![LGTM Grade](https://img.shields.io/lgtm/grade/cpp/github/abedra/libvault)
[![Version](https://img.shields.io/badge/version-0.22.0-4a8fff)](https://img.shields.io/badge/version-0.22.0-4a8fff)
[![Version](https://img.shields.io/badge/version-0.23.0-4a8fff)](https://img.shields.io/badge/version-0.23.0-4a8fff)

A C++ library for [Hashicorp Vault](https://www.vaultproject.io/)

Expand Down

0 comments on commit 37804a0

Please sign in to comment.