From 04749db7526827183eaa34cd2cc9989fe78c28c4 Mon Sep 17 00:00:00 2001 From: Camden Moors <66680985+camdenmoors@users.noreply.github.com> Date: Tue, 8 Feb 2022 16:15:48 -0500 Subject: [PATCH] 0.3.2 --- VERSION | 2 +- lib/mitre-inspec-objects/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 9e11b32..9fc80f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1 +0.3.2 \ No newline at end of file diff --git a/lib/mitre-inspec-objects/version.rb b/lib/mitre-inspec-objects/version.rb index 52778f3..be53e03 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.1" + VERSION = "0.3.2" end