From 8d90ca50c46c50cced7417c012cde6f7fba17df4 Mon Sep 17 00:00:00 2001 From: sekaiacg Date: Sat, 19 Aug 2023 12:22:31 +0800 Subject: [PATCH] extract: Release 1.0.5 Signed-off-by: sekaiacg --- extract/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract/main.cpp b/extract/main.cpp index 197d4974..8e4dd4c1 100644 --- a/extract/main.cpp +++ b/extract/main.cpp @@ -60,7 +60,7 @@ static inline void print_version() { string compressors; get_available_compressors(compressors); printf(" " BROWN "erofs-utils:" COLOR_NONE " " RED2_BOLD "%s" COLOR_NONE "\n", cfg.c_version); - printf(" " BROWN "extract.erofs:" COLOR_NONE " " RED2_BOLD "1.0.3" COLOR_NONE "\n"); + printf(" " BROWN "extract.erofs:" COLOR_NONE " " RED2_BOLD "1.0.5" COLOR_NONE "\n"); printf(" " BROWN "Available compressors:" COLOR_NONE " " RED2_BOLD "%s" COLOR_NONE "\n", compressors.c_str()); printf(" " BROWN "extract author:" COLOR_NONE " " RED2_BOLD "skkk" COLOR_NONE "\n"); }