From 2329fc5224496ca2d851b2c6cb1663ca09948f08 Mon Sep 17 00:00:00 2001 From: Corrie Leech Date: Thu, 23 May 2024 10:08:04 -0500 Subject: [PATCH] Updates version to 0.14.0 Now we're cooking. Co-authored-by: James Nebeker Co-authored-by: JC Avena --- lib/radius/spec/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/radius/spec/version.rb b/lib/radius/spec/version.rb index 1a1e84c..0ad5d4e 100644 --- a/lib/radius/spec/version.rb +++ b/lib/radius/spec/version.rb @@ -2,6 +2,6 @@ module Radius module Spec - VERSION = "0.13.0" + VERSION = "0.14.0" end end