From 3f8b060c66a0e94357c4e32bbc1157523ccafbc0 Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 17 Oct 2024 01:43:19 +0200 Subject: [PATCH] add CanGrow_Version.h --- Arduino/CanGrow/include/CanGrow_Version.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Arduino/CanGrow/include/CanGrow_Version.h diff --git a/Arduino/CanGrow/include/CanGrow_Version.h b/Arduino/CanGrow/include/CanGrow_Version.h new file mode 100644 index 0000000..f5e5a73 --- /dev/null +++ b/Arduino/CanGrow/include/CanGrow_Version.h @@ -0,0 +1,5 @@ +/* CanGrow_Version.h gets generated from cangrow.sh */ + +const char* CanGrowVer = "0.2-dev"; +const char* CanGrowBuild = "529bd7e-20241017010523"; +