chore: bump version 6.0.33

bump version 6.0.33

log: as title
This commit is contained in:
tsic404 2024-01-26 14:38:53 +08:00 committed by Tsic
parent 2bb5e49cac
commit 2b81011b7e
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
if (NOT DEFINED VERSION)
set(VERSION 6.0.32)
set(VERSION 6.0.33)
endif()
project(dde-dock)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
dde-dock (6.0.33) unstable; urgency=medium
* fix: tmp block uosai in quickpanel
-- tsic404 <liuheng@deepin.org> Fri, 26 Jan 2024 14:38:06 +0800
dde-dock (6.0.32) unstable; urgency=medium
* fix: dock get max size when positionChanged and KeepHide mode (https://github.com/linuxdeepin/developer-center/issues/7040)