Skip to content

Commit 807f816

Browse files
committed
Set version to Alpha 8
1 parent b346618 commit 807f816

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
uses: xmake-io/github-action-setup-xmake@v1
2121
with:
2222
xmake-version: latest
23-
actions-cache-folder: ".xmake-cache"
24-
actions-cache-key: "win-ci"
23+
package-cache: true
24+
package-cache-key: 'stfc-mod-ci-win'
2525

2626
- name: Configure
2727
run: xmake f -m releasedbg -y
@@ -51,8 +51,8 @@ jobs:
5151
uses: xmake-io/github-action-setup-xmake@v1
5252
with:
5353
xmake-version: latest
54-
actions-cache-folder: ".xmake-cache"
55-
actions-cache-key: "mac-ci"
54+
package-cache: true
55+
package-cache-key: 'stfc-mod-ci-mac'
5656

5757
- name: Set up Homebrew
5858
uses: Homebrew/actions/setup-homebrew@main

mods/src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// clang-format off
44
#define VERSION_MAJOR 0
55
#define VERSION_MINOR 6
6-
#define VERSION_REVISION 2
7-
#define VERSION_PATCH 0
6+
#define VERSION_REVISION 1
7+
#define VERSION_PATCH 8
88

99
#define STRINGIFY_(s) #s
1010
#define STRINGIFY(s) STRINGIFY_(s)

0 commit comments

Comments
 (0)