diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d29e7b..a2ef8a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ list yields a list of all related PRs for each release. - Add `/usr/local/bin` to PATH. All shell scripts are there now - Rename GPS device to `/dev/gps0` +# [v1.10.1] + +Version bump + # [v1.10.0] For all releases equal or prior to v1.10.0, diff --git a/common/config/OBSWVersion.h b/common/config/OBSWVersion.h index 71fd3355..1e5dd04b 100644 --- a/common/config/OBSWVersion.h +++ b/common/config/OBSWVersion.h @@ -4,7 +4,7 @@ const char* const SW_NAME = "eive"; #define SW_VERSION 1 -#define SW_SUBVERSION 9 +#define SW_SUBVERSION 10 #define SW_REVISION 1 #endif /* COMMON_CONFIG_OBSWVERSION_H_ */