Skip to content

Commit bfeabbf

Browse files
Enabled dev mode
1 parent 30ae4ed commit bfeabbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-pack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
# Change the information to the current version of the resource pack.
1111
# Version bumps will only occur with each release and not with unstable builds.
1212
env:
13-
PROJECT_VERSION: "9.0.0"
14-
BUILD_TYPE: "release" # Options: alpha, beta, release.
13+
PROJECT_VERSION: "10.0.0"
14+
BUILD_TYPE: "beta" # Options: alpha, beta, release.
1515

1616
permissions:
1717
contents: write

0 commit comments

Comments
 (0)