Skip to content

Commit

Permalink
Update BlynkGOv3.h
Browse files Browse the repository at this point in the history
  • Loading branch information
BlynkGO committed Dec 16, 2024
1 parent 2b2e4ea commit 7b7a116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlynkGOv3.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
/** Minor version number (x.X.x) */
#define BLYNKGO_VERSION_MINOR 1
/** Patch version number (x.x.X) */
#define BLYNKGO_VERSION_PATCH 1
#define BLYNKGO_VERSION_PATCH 2

#define BLYNKGO_VERSION_TEXT (String(BLYNKGO_VERSION_MAJOR)+"."+String(BLYNKGO_VERSION_MINOR)+"."+String(BLYNKGO_VERSION_PATCH))

Expand Down

0 comments on commit 7b7a116

Please sign in to comment.