diff --git a/.gitattributes b/.gitattributes index f494778589..ed4609fb18 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,6 +17,7 @@ *.sh text eol=lf *.iml text eol=lf *.txt text eol=lf +*.yaml text eol=lf *.ini text eol=lf *.input text eol=lf *.rules text eol=lf diff --git a/firmware/controllers/date_stamp.h b/firmware/controllers/date_stamp.h index 5346038241..fc5c356007 100644 --- a/firmware/controllers/date_stamp.h +++ b/firmware/controllers/date_stamp.h @@ -1,2 +1,2 @@ #pragma once -#define VCS_DATE 20210523 +#define VCS_DATE 20210524