Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Sep 18, 2023
1 parent 0c9b4a8 commit 327219b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.56.0
VERSION 0.57.0
DESCRIPTION "Vault library for C++")

set(CMAKE_CXX_STANDARD 17)
Expand Down Expand Up @@ -114,7 +114,7 @@ add_library(
src/auth/Tokens.cpp)

if(WIN32)
set_target_properties(vault PROPERTIES RUNTIME_OUTPUT_NAME "VaultClient")
set_target_properties(vault PROPERTIES RUNTIME_OUTPUT_NAME "VaultClient")
endif()

target_include_directories(
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.56.0-4a8fff)](https://img.shields.io/badge/version-0.56.0-4a8fff)
[![Version](https://img.shields.io/badge/version-0.57.0-4a8fff)](https://img.shields.io/badge/version-0.57.0-4a8fff)

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

Expand Down

0 comments on commit 327219b

Please sign in to comment.