We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5bf92 commit 1afe1e2Copy full SHA for 1afe1e2
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Validate Tag Availability
29
id: check_tag
30
run: |
31
- VERSION="0.4.11-beta"
+ VERSION="0.4.12-beta"
32
if git rev-parse "v$VERSION" >/dev/null 2>&1; then
33
echo "::error::Tag v$VERSION already exists!"
34
exit 1
source/src/main.cpp
@@ -5,7 +5,7 @@
5
#include "globals.h"
6
7
// Define the global constants
8
-const char *OS_version = "0.4.11b ";
+const char *OS_version = "0.4.12b ";
9
const char *byCompany = "by PsychoDuck Tech ";
10
const char *PRODUCT_NAME = "Kibodo one"; // In Japanese, a keyboard is called "キーボード" (kiiboodo)
11
0 commit comments