Skip to content

Commit a72aaf8

Browse files
authored
1.5.2 (#220)
1 parent 1599331 commit a72aaf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/windows-exe-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build Windows Executable
22

33
env:
4-
AAA_VERSION: "1.5.1"
4+
AAA_VERSION: "1.5.2"
55

66
on:
77
workflow_dispatch:

AzerothAuctionAssassin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66
from datetime import datetime
77

8-
AAA_VERSION = "1.5.1"
8+
AAA_VERSION = "1.5.2"
99

1010
windowsApp_Path = None
1111
try:

0 commit comments

Comments
 (0)