Skip to content

Commit c2c2957

Browse files
authored
chore: bump bootloader version to 2.8.4. (#411)
* chore: bump bootloader version to 2.8.4. * chore: add push trigger for master branch in build-pro workflow.
1 parent 1ab6e1b commit c2c2957

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-pro.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "build-pro"
22

33
on:
4+
push:
5+
branches: [master]
46
workflow_dispatch:
57

68
jobs:

core/embed/bootloader/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define VERSION_MAJOR 2
22
#define VERSION_MINOR 8
3-
#define VERSION_PATCH 3
3+
#define VERSION_PATCH 4
44
#define VERSION_BUILD 0
55
#define VERSION_UINT32 \
66
(VERSION_MAJOR | (VERSION_MINOR << 8) | (VERSION_PATCH << 16) | \

0 commit comments

Comments
 (0)