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"; +