From 7ff83d5c771075901cd5901b5eeba6fdb377db7a Mon Sep 17 00:00:00 2001 From: Camden Moors <66680985+camdenmoors@users.noreply.github.com> Date: Tue, 8 Feb 2022 16:11:59 -0500 Subject: [PATCH] 0.3.1 --- VERSION | 2 +- lib/mitre-inspec-objects/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0d91a54..9e11b32 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 +0.3.1 diff --git a/lib/mitre-inspec-objects/version.rb b/lib/mitre-inspec-objects/version.rb index f49e6f6..52778f3 100644 --- a/lib/mitre-inspec-objects/version.rb +++ b/lib/mitre-inspec-objects/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module InspecObjects - VERSION = "0.3.0" + VERSION = "0.3.1" end