Skip to content

Commit

Permalink
v0.5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaraujo committed Dec 21, 2024
1 parent 70880dd commit 1de2275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
platform: [windows-2022, ubuntu-22.04]
arch: [x86, x64]
python-version: ['3.7.x', '3.8.x', '3.9.x', '3.10.x']
python-version: ['3.10.x', '3.11.x', '3.12.x', '3.13.x']
exclude:
- platform: ubuntu-22.04
arch: x86
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
fi
- name: Save Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ENigMA
path: |
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define APP_VERSION_INFO "0.5.0.0"
#define APP_VERSION_INFO "0.5.2.0"

0 comments on commit 1de2275

Please sign in to comment.