diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c91d8ed..ef11ac6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,7 +37,7 @@ body: id: version attributes: label: Firmware version - placeholder: v2.20.1 + placeholder: v2.20.2 validations: required: true - type: textarea diff --git a/sw/controller/src/version.c b/sw/controller/src/version.c index d528595..078095f 100644 --- a/sw/controller/src/version.c +++ b/sw/controller/src/version.c @@ -3,7 +3,7 @@ #define VERSION_MAJOR (2) #define VERSION_MINOR (20) -#define VERSION_REVISION (1) +#define VERSION_REVISION (2) void version_firmware (uint32_t *version, uint32_t *revision) { diff --git a/sw/deployer/Cargo.lock b/sw/deployer/Cargo.lock index f0dd6e2..9c9c2bd 100644 --- a/sw/deployer/Cargo.lock +++ b/sw/deployer/Cargo.lock @@ -1293,7 +1293,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "sc64deployer" -version = "2.20.1" +version = "2.20.2" dependencies = [ "bindgen", "cc", diff --git a/sw/deployer/Cargo.toml b/sw/deployer/Cargo.toml index 4ea9e1d..456d011 100644 --- a/sw/deployer/Cargo.toml +++ b/sw/deployer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sc64deployer" -version = "2.20.1" +version = "2.20.2" edition = "2021" authors = ["Polprzewodnikowy"] description = "SummerCart64 loader and control software"