From 7f07a2956e72693157a3974458a0474e3c3d5783 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Sat, 2 Mar 2024 11:10:36 -0800 Subject: [PATCH] updated to be the current day's date instead of just year --- .template_files/modules/module_name.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.template_files/modules/module_name.h b/.template_files/modules/module_name.h index 8ac9690..e3907fd 100644 --- a/.template_files/modules/module_name.h +++ b/.template_files/modules/module_name.h @@ -1,6 +1,6 @@ /* * Author: username - * Date: todays_year + * Date: todays_date * filename: module_name.h * description: module_purpose */