Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Nov 30, 2024
1 parent 3fef9fc commit d535a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_persistence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Run and Update
run: |
./doduda --headless --ignore mountsimages --ignore itemsimages --release ${{ github.event.inputs.release }}
./doduda map --headless --persistence-dir persistent
./doduda map --headless --persistence-dir persistent --release ${{ github.event.inputs.release }}
git config --global user.name 'stelzo'
git config --global user.email '[email protected]'
git add persistent
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

var (
DodudaVersion = "v0.5.2"
DodudaVersion = "v0.5.3"
DodudaShort = "doduda - Unofficial Ankama Launcher CLI"
DodudaLong = "The Ankama Launcher Terminal Client for Developers."
DodudaVersionHelp = DodudaShort + "\n" + DodudaVersion + "\nhttps://github.com/dofusdude/doduda"
Expand Down

0 comments on commit d535a66

Please sign in to comment.