From 1197c592fdbfae010c31708a7b50a06ae5b8fa62 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 Jul 2024 12:18:59 +0000 Subject: [PATCH] chore: (actions) Update cookiecutter.json with ai4-template/2.1.2 --- cookiecutter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter.json b/cookiecutter.json index a07fd35..4700421 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -12,7 +12,7 @@ "__repo_name": "{{ ' '.join(cookiecutter.project_name.split()).lower().replace(' ', '-') }}", "__app_name": "{{ cookiecutter.__repo_name.replace('-','_') }}", - "__ai4_template": "ai4-template/2.1.1", + "__ai4_template": "ai4-template/2.1.2", "__prompts__": { "git_base_url": "git_base_url - Remote URL to host your new repositories (git), e.g.\n https://github.com/ai4os-hub (i.e. at github)",