summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-12-02 16:12:24 -0800
committertyler-ball <tyleraball@gmail.com>2014-12-05 15:02:31 -0800
commit6c6849e274af1b4ff74d7132b3a1fd4e2f27af5f (patch)
tree252483690692da0cba454dadb9f37150ee663ea2
parentcc2bc9de61abee834179705f6437a359b5735ee7 (diff)
downloadchef-6c6849e274af1b4ff74d7132b3a1fd4e2f27af5f.tar.gz
Updating JSON schema version since new fields were added
-rw-r--r--lib/chef/audit/audit_reporter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/audit/audit_reporter.rb b/lib/chef/audit/audit_reporter.rb
index 9e3168cbc1..c2c3f426f1 100644
--- a/lib/chef/audit/audit_reporter.rb
+++ b/lib/chef/audit/audit_reporter.rb
@@ -28,7 +28,7 @@ class Chef
attr_reader :rest_client, :audit_data, :ordered_control_groups, :run_status
private :rest_client, :audit_data, :ordered_control_groups, :run_status
- PROTOCOL_VERSION = '0.1.0'
+ PROTOCOL_VERSION = '0.1.1'
def initialize(rest_client)
@rest_client = rest_client