From 3359682e1df0c20475162631c0d37e5dea5b705f Mon Sep 17 00:00:00 2001 From: Matthew Sanabria <24284972+sudomateo@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:41:09 -0400 Subject: [PATCH] Version v0.18.0 --- lib/vault/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vault/version.rb b/lib/vault/version.rb index e7a3dcea..11928b47 100644 --- a/lib/vault/version.rb +++ b/lib/vault/version.rb @@ -2,5 +2,5 @@ # SPDX-License-Identifier: MPL-2.0 module Vault - VERSION = "0.17.0" + VERSION = "0.18.0" end