Pick version 0.4.10 as default stable tag

Change-Id: Ife08863bee9ac4bc2aacd8f2e38b4bc8a986fba8
This commit is contained in:
Federico Ressi 2021-10-26 10:35:28 +02:00
parent fc3bce1ed3
commit ee386f8d9b
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.4.9') }}"
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.4.10') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed