summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgoogle_compute_engine_init/build_packages.sh2
-rwxr-xr-xgoogle_config/build_packages.sh2
-rwxr-xr-xsetup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/google_compute_engine_init/build_packages.sh b/google_compute_engine_init/build_packages.sh
index 4d8c20b..94a0146 100755
--- a/google_compute_engine_init/build_packages.sh
+++ b/google_compute_engine_init/build_packages.sh
@@ -70,7 +70,7 @@ function build_distro() {
"google-compute-daemon: ${init_config}/rpm_replace" \
--url 'https://github.com/GoogleCloudPlatform/compute-image-packages' \
--vendor 'Google Compute Engine Team' \
- --version '2.1.0' \
+ --version '2.1.1' \
"${init_files[@]}"
}
diff --git a/google_config/build_packages.sh b/google_config/build_packages.sh
index 4d1f0a6..0040241 100755
--- a/google_config/build_packages.sh
+++ b/google_config/build_packages.sh
@@ -46,7 +46,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.1.0' \
"${COMMON_FILES[@]}" \
"${files[@]:2}"
}
diff --git a/setup.py b/setup.py
index a2d650d..c9adf14 100755
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ setuptools.setup(
packages=setuptools.find_packages(),
scripts=glob.glob('scripts/*'),
url='https://github.com/GoogleCloudPlatform/compute-image-packages',
- version='2.2.3',
+ version='2.2.4',
# Entry points create scripts in /usr/bin that call a function.
entry_points={
'console_scripts': [