summaryrefslogtreecommitdiff
path: root/packages/google-compute-engine-oslogin/packaging/setup_deb.sh
diff options
context:
space:
mode:
authorZach Marano <zmarano@google.com>2019-08-01 14:08:59 -0700
committerGitHub <noreply@github.com>2019-08-01 14:08:59 -0700
commit72bf685fec63cbcd8d40ca8878197419e9649610 (patch)
tree8cfcfad813e9316d83d4c486461aa6dca2e673c8 /packages/google-compute-engine-oslogin/packaging/setup_deb.sh
parent66b0268f237da0d046a97c6db42071cea1b6efb0 (diff)
downloadgoogle-compute-image-packages-72bf685fec63cbcd8d40ca8878197419e9649610.tar.gz
Bump versions. (#825)
Diffstat (limited to 'packages/google-compute-engine-oslogin/packaging/setup_deb.sh')
-rwxr-xr-xpackages/google-compute-engine-oslogin/packaging/setup_deb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/google-compute-engine-oslogin/packaging/setup_deb.sh b/packages/google-compute-engine-oslogin/packaging/setup_deb.sh
index d9de78c..5b3f893 100755
--- a/packages/google-compute-engine-oslogin/packaging/setup_deb.sh
+++ b/packages/google-compute-engine-oslogin/packaging/setup_deb.sh
@@ -14,7 +14,7 @@
# limitations under the License.
NAME="google-compute-engine-oslogin"
-VERSION="20190729.00"
+VERSION="20190801.00"
DEB=$(cut -d. -f1 </etc/debian_version)
if [[ -z $DEB ]]; then