Skip to content

Commit

Permalink
update version info
Browse files Browse the repository at this point in the history
- ver 1.0.2
  • Loading branch information
pjueon committed Dec 12, 2021
1 parent cc002fc commit a935aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/JetsonGPIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespace std

namespace GPIO
{
constexpr auto VERSION = "1.0.1";
constexpr auto VERSION = "1.0.2";
constexpr auto _SYSFS_ROOT = "/sys/class/gpio";

extern const std::string JETSON_INFO;
Expand Down

0 comments on commit a935aa3

Please sign in to comment.