From 0d9d50b15e0b767c25167d893fff26cc4493105f Mon Sep 17 00:00:00 2001 From: sekaiacg Date: Tue, 13 Jun 2023 22:02:37 +0800 Subject: [PATCH] extract: Release 1.0.3 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 4554ca92..220387b2 100644 --- a/extract/main.cpp +++ b/extract/main.cpp @@ -52,7 +52,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.2" COLOR_NONE "\n"); + printf(" " BROWN "extract.erofs:" COLOR_NONE " " RED2_BOLD "1.0.3" 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"); }