Update latest stable tag to 0.6.5

Change-Id: Iccc088d43db261f73776be1c398cbe6f75f990dd
This commit is contained in:
Eduardo Olivares 2023-02-01 15:23:37 +01:00
parent 50c9225d92
commit 71b8ef6822
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.4') }}"
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.6.5') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed