summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Marano <zmarano@google.com>2016-07-18 14:53:08 -0700
committerGitHub <noreply@github.com>2016-07-18 14:53:08 -0700
commit73d121fbb186e12aab6ca576fa2432a2f95bfc10 (patch)
tree63bc68479ca35930f5310ed14508207401dd22a9
parent3d5f3823ca95039f1a30e19295bf8426c7451e1c (diff)
parentca7a1d81ec008972f60d3dd0d540cb9ad21cbce2 (diff)
downloadgoogle-compute-image-packages-73d121fbb186e12aab6ca576fa2432a2f95bfc10.tar.gz
Merge pull request #301 from zmarano/development
Bump google_compute_engine_init to 2.0.1
-rwxr-xr-xgoogle_compute_engine_init/build_packages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/google_compute_engine_init/build_packages.sh b/google_compute_engine_init/build_packages.sh
index f4c80ea..f2ccff0 100755
--- a/google_compute_engine_init/build_packages.sh
+++ b/google_compute_engine_init/build_packages.sh
@@ -57,7 +57,7 @@ function build_distro() {
--rpm-dist "${distro}" \
--url 'https://github.com/GoogleCloudPlatform/compute-image-packages' \
--vendor 'Google Compute Engine Team' \
- --version '2.0.0' \
+ --version '2.0.1' \
"${init_files[@]}"
}