Skip to content

Commit

Permalink
update semver
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Jul 21, 2023
1 parent e38b13b commit 45cade9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/CommandHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include "Arduino.h"

const char FIRMWARE_VERSION[6] = "1.7.4";
const char FIRMWARE_VERSION[6] = "1.7.5";

// Optional, user-defined X.509 certificate
char CERT_BUF[1300];
Expand Down

0 comments on commit 45cade9

Please sign in to comment.