Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
diwako authored Dec 30, 2023
1 parent d45fdeb commit 94ecad1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
- uses: actions/checkout@master
- name: Setup HEMTT
uses: arma-actions/hemtt@v1
with:
version: 'v1.10.2'
- name: Run HEMTT build
run: hemtt release
# - name: Upload Release
Expand Down
5 changes: 0 additions & 5 deletions .hemtt/project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ workshop = [
"463939057" # ACE3
]
parameters = [
"-skipIntro", # These parameters are passed to the Arma 3 executable
"-noSplash", # They do not need to be added to your list
"-showScriptErrors", # You can add additional parameters here
"-debug",
"-world=empty",
"-filePatching",
"C:\\Users\\diwako\\Documents\\Arma 3\\missions\\dui.VR\\mission.sqm", # Launch into existing Editor Mission - \\ needed
]

Expand Down
2 changes: 1 addition & 1 deletion addons/main/script_version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR 1
#define MINOR 10
#define PATCHLVL 0
#define PATCHLVL 1
#define BUILD 0

0 comments on commit 94ecad1

Please sign in to comment.