Skip to content

Commit 1afe1e2

Browse files
committed
🔖 Bump version to 0.4.12b.
1 parent ef5bf92 commit 1afe1e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Validate Tag Availability
2929
id: check_tag
3030
run: |
31-
VERSION="0.4.11-beta"
31+
VERSION="0.4.12-beta"
3232
if git rev-parse "v$VERSION" >/dev/null 2>&1; then
3333
echo "::error::Tag v$VERSION already exists!"
3434
exit 1

source/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "globals.h"
66

77
// Define the global constants
8-
const char *OS_version = "0.4.11b ";
8+
const char *OS_version = "0.4.12b ";
99
const char *byCompany = "by PsychoDuck Tech ";
1010
const char *PRODUCT_NAME = "Kibodo one"; // In Japanese, a keyboard is called "キーボード" (kiiboodo)
1111

0 commit comments

Comments
 (0)