Skip to content

Commit 801ef47

Browse files
committed
Bump version
1 parent aa1fcb0 commit 801ef47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chanduino/chanduino.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const char *root_ca = PSTR( \
9898
// Web client settings
9999
const int httpPort = 443;
100100
const char *host = "a.4cdn.org";
101-
const String useragent = "Chanduino/0.6";
101+
const String useragent = "Chanduino/0.7";
102102

103103
// Wifi config webserver variables
104104
WiFiServer server(80);

0 commit comments

Comments
 (0)