Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Aug 25, 2024
1 parent d9238d4 commit 2cc499c
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.60.0
VERSION 0.61.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,7 +1,7 @@
# libvault

![CMake](https://github.com/abedra/libvault/workflows/CMake/badge.svg)
[![Version](https://img.shields.io/badge/version-0.60.0-4a8fff)](https://img.shields.io/badge/version-0.60.0-4a8fff)
[![Version](https://img.shields.io/badge/version-0.61.0-4a8fff)](https://img.shields.io/badge/version-0.61.0-4a8fff)

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

Expand Down

0 comments on commit 2cc499c

Please sign in to comment.