Update to 16.2.0

This commit is contained in:
Major Hayden 2022-08-02 14:24:44 -05:00
commit 60648d3e29
No known key found for this signature in database
GPG key ID: 737051E0C1011FB1

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -euxo pipefail
export VERSION=16.1.0
export VERSION=16.2.0
export PACKAGE_NAME=azure-mgmt-batch
WORKING_DIR=$(pwd)