Skip to content

Commit

Permalink
- Release preparation.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnt committed Sep 11, 2023
1 parent 27f5df6 commit b4301d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.15 (dev)
0.15.0 (2023-09-10)
BugFix: Invalidate Info/File tabs when user is navigating packages using the keyboard.
BugFix: Better handle dependencies while staging packages for deletion.
BugFix: First yay-bin download now works again.
Expand Down
2 changes: 1 addition & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Collection of Octopi constants and enums
*/

const QString ctn_APPLICATION_VERSION(QStringLiteral("0.15 (dev)"));
const QString ctn_APPLICATION_VERSION(QStringLiteral("0.15.0"));

//MainWindow related
enum SystemUpgradeOptions { ectn_NO_OPT, ectn_SYNC_DATABASE_OPT, ectn_NOCONFIRM_OPT };
Expand Down

0 comments on commit b4301d7

Please sign in to comment.