Release 1.5.6

Bugfix: Don't segfault when connecting to some wayland compositors
See https://github.com/LinusDierheimer/fastfetch/issues/188
This commit is contained in:
Linus Dierheimer
2022-07-03 16:16:39 +02:00
parent 609fa14f4f
commit 02cc214dfc
+1 -1
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0) # target_link_libraries with OBJECT libs
project(fastfetch
VERSION 1.5.5
VERSION 1.5.6
LANGUAGES C
)