Skip to content

Commit b5e4e85

Browse files
committed
test version V0.9
1 parent de600ea commit b5e4e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class AppData:
1010
APP_NAME = "Lily Data Logger Studio CE"
11-
VERSION = "0.2"
11+
VERSION = "0.9"
1212
EXE_NAME = "LilyDataLoggerStudioCE"
1313
COMPANY = "LilyTronics"
1414
USER_FOLDER = os.path.join(os.path.join(os.path.expanduser("~")), EXE_NAME)

0 commit comments

Comments
 (0)