diff options
Diffstat (limited to 'deployment-handler.js')
-rw-r--r-- | deployment-handler.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment-handler.js b/deployment-handler.js index 2ae1391..02a0750 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.3.0"; +const API_VERSION = "5.0.0"; const fs = require('fs'); const util = require('util'); |