Update latest stable tag to 0.6.10

Change-Id: I0767745991ec620dcfad6d8ac2c3767f1b39b7dc
This commit is contained in:
Eduardo Olivares 2023-05-24 17:04:32 +02:00
parent c3cb8ce38c
commit ad44b6cb68
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
vars:
deploy_dir: '{{ tobiko_src_dir | realpath }}'
deploy_git_repo: '{{ tobiko_git_repo }}'
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.6.9') }}"
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.6.10') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed