Skip to content

Commit 89486ac

Browse files
committed
[Release] Dump version to 0.9.0
1 parent 8ff9800 commit 89486ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_templates/linux/mcdatapacker.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Name=MCDatapacker
88
StartupNotify=true
99
Terminal=false
1010
Type=Application
11-
X-AppImage-Version=0.8.0
11+
X-AppImage-Version=0.9.0

src/src.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
334334
!isEmpty(target.path): INSTALLS += target
335335

336336
VERSION_MAJOR = 0
337-
VERSION_MINOR = 8
337+
VERSION_MINOR = 9
338338
VERSION_PATCH = 0
339339

340340
VERSION = $${VERSION_MAJOR}.$${VERSION_MINOR}.$${VERSION_PATCH}

0 commit comments

Comments
 (0)