summaryrefslogtreecommitdiffstats
path: root/deployment-handler.js
diff options
context:
space:
mode:
authorAlex Shatov <alexs@att.com>2018-01-16 11:14:52 -0500
committerAlex Shatov <alexs@att.com>2018-01-16 11:14:52 -0500
commit70253f7088be04125d9fac8f9bddfaa63778608e (patch)
treecceafe3f35f7afcbf9e8e92455ae5bae7f0ab021 /deployment-handler.js
parent0a8d5898184108080f572347be90299a3c0d7b44 (diff)
variable collection of policies per component
* new feature variable collection of policies per component in DCAE Change-Id: Iafe366edd749220b347d1ba6f530d54c95e2f1a7 Issue-ID: DCAEGEN2-249 Signed-off-by: Alex Shatov <alexs@att.com>
Diffstat (limited to 'deployment-handler.js')
-rw-r--r--deployment-handler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment-handler.js b/deployment-handler.js
index 1d59733..15b2807 100644
--- a/deployment-handler.js
+++ b/deployment-handler.js
@@ -18,7 +18,7 @@ See the License for the specific language governing permissions and limitations
"use strict";
-const API_VERSION = "4.1.0";
+const API_VERSION = "4.2.0";
const fs = require('fs');
const util = require('util');