Skip to content

Commit 1ade3ad

Browse files
[SC64] v2.20.1 release
1 parent 80b4aa9 commit 1ade3ad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ body:
3737
id: version
3838
attributes:
3939
label: Firmware version
40-
placeholder: v2.20.0
40+
placeholder: v2.20.1
4141
validations:
4242
required: true
4343
- type: textarea

sw/controller/src/version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define VERSION_MAJOR (2)
55
#define VERSION_MINOR (20)
6-
#define VERSION_REVISION (0)
6+
#define VERSION_REVISION (1)
77

88

99
void version_firmware (uint32_t *version, uint32_t *revision) {

sw/deployer/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sw/deployer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc64deployer"
3-
version = "2.20.0"
3+
version = "2.20.1"
44
edition = "2021"
55
authors = ["Polprzewodnikowy"]
66
description = "SummerCart64 loader and control software"

0 commit comments

Comments
 (0)