Skip to content

Commit b4301d7

Browse files
committed
- Release preparation.
1 parent 27f5df6 commit b4301d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.15 (dev)
1+
0.15.0 (2023-09-10)
22
BugFix: Invalidate Info/File tabs when user is navigating packages using the keyboard.
33
BugFix: Better handle dependencies while staging packages for deletion.
44
BugFix: First yay-bin download now works again.

src/constants.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* Collection of Octopi constants and enums
2929
*/
3030

31-
const QString ctn_APPLICATION_VERSION(QStringLiteral("0.15 (dev)"));
31+
const QString ctn_APPLICATION_VERSION(QStringLiteral("0.15.0"));
3232

3333
//MainWindow related
3434
enum SystemUpgradeOptions { ectn_NO_OPT, ectn_SYNC_DATABASE_OPT, ectn_NOCONFIRM_OPT };

0 commit comments

Comments
 (0)