diff --git a/lib/snClient.js b/lib/snClient.js index 116b9af..2d0b88b 100644 --- a/lib/snClient.js +++ b/lib/snClient.js @@ -12,7 +12,7 @@ module.exports = function ({ debug = false, silent = true, jar = false, - appPrefix = 'swre' + appPrefix = 'devops' }) { const client = new SnRestClient({ diff --git a/package.json b/package.json index 9c9142d..ba81d7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sn-cicd", - "version": "3.0.12", + "version": "3.0.13", "description": "CICD service for Service-Now", "main": "lib/cicd.js", "scripts": {