Skip to content

Commit

Permalink
updated server version info
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerspe committed Aug 3, 2020
1 parent f77ff5b commit 104eda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ESPStepperMotorServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class ESPStepperMotorServer
// private member variables
//
byte enabledServices;
const char *version = "0.2.5";
const char *version = "0.3.0";
boolean isWebserverEnabled = false;
boolean isRestApiEnabled = false;
boolean isCLIEnabled = false;
Expand Down

0 comments on commit 104eda0

Please sign in to comment.