We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17105d5 commit 95eb36cCopy full SHA for 95eb36c
.github/workflows/build.yml
@@ -153,7 +153,7 @@ jobs:
153
with:
154
path: |
155
cache.tar.xz
156
- key: gam-${{ matrix.jid }}-20260213
+ key: gam-${{ matrix.jid }}-20260224
157
158
- name: Untar Cache archive
159
if: matrix.goal == 'build' && steps.cache-python-ssl.outputs.cache-hit == 'true'
src/gam/__init__.py
@@ -25,7 +25,7 @@
25
"""
26
27
__author__ = 'GAM Team <google-apps-manager@googlegroups.com>'
28
-__version__ = '7.34.07'
+__version__ = '7.34.08'
29
__license__ = 'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)'
30
31
# pylint: disable=wrong-import-position
0 commit comments