Skip to content

Commit f27e1d1

Browse files
update version
1 parent 2997ea1 commit f27e1d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const std::string MinicVersion = "3.42";
1+
const std::string MinicVersion = "3.43";
22

33
#if defined(ARDUINO) || defined(ESP32)
44
# define WITH_SMALL_MEMORY

Tools/TCEC/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if [ ! -n "$VERSION" ];then
44
echo "You must first set VERSION variable please, see example below"
55
echo "> export VERSION=master && ./update.sh"
6-
echo "> export VERSION=3.42 && ./update.sh"
6+
echo "> export VERSION=3.43 && ./update.sh"
77
exit 1
88
fi
99

0 commit comments

Comments
 (0)