Skip to content

Commit 275fc1d

Browse files
committed
chore: bump version to 4.0.0-beta.13
1 parent c03c14d commit 275fc1d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
- 4.0.0-beta.13
4+
- This release fixes some bugs found since beta 12. [N. Shaaban]
5+
- This release also adds some initial support for containerized browsers. [N. Shaaban]
36
- 4.0.0-beta.12
47
- This release fixes numerous small issues that prevented working installs, while also introducing numerous small UX improvements [N. Shaaban, N. Marti, T. H. Wright, DavidDGTNT, Simpleboy0]
58
- This release fixes a critical issue with beta 11 [N. Shaaban]

ou_dedetai/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def get_runmode() -> str:
8484
os.path.expanduser("~/.config/Logos_on_Linux/Logos_on_Linux.conf")
8585
]
8686
LLI_AUTHOR = "Ferion11, John Goodman, T. H. Wright, N. Marti, N. Shaaban"
87-
LLI_CURRENT_VERSION = "4.0.0-beta.12"
87+
LLI_CURRENT_VERSION = "4.0.0-beta.13"
8888
# This SHOULD match the version of winetricks we ship in the latest appimage
8989
WINETRICKS_VERSION = '20250102'
9090
DEFAULT_LOG_LEVEL = logging.WARNING

0 commit comments

Comments
 (0)