From e7863f08a3af75805fcf47dddefb688bb55e5a6d Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Wed, 24 Jul 2024 20:58:43 +0200
Subject: [PATCH] fix: ID collision with english vocab resolved

---
 src/templates/vocabulary/.template-spec.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/templates/vocabulary/.template-spec.yaml b/src/templates/vocabulary/.template-spec.yaml
index 12f4063..f6d5302 100644
--- a/src/templates/vocabulary/.template-spec.yaml
+++ b/src/templates/vocabulary/.template-spec.yaml
@@ -1,7 +1,7 @@
 template_version: 2024-07-22 10:00:00+00:00
 
 note_type:
-  id: 2024-02-20 12:00:00+00:00
+  id: 2024-07-24 12:00:00+00:00
   name: Vocabulary
   fields:
   - English
-- 
GitLab