Skip to content

Commit

Permalink
[SC64] v2.20.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy committed Nov 18, 2024
1 parent 0538a28 commit 18041e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body:
id: version
attributes:
label: Firmware version
placeholder: v2.20.1
placeholder: v2.20.2
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion sw/controller/src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion sw/deployer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sw/deployer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 18041e2

Please sign in to comment.