Skip to content

Commit

Permalink
extract: Release 1.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: sekaiacg <[email protected]>
  • Loading branch information
sekaiacg committed Jun 14, 2023
1 parent 97bd0c8 commit 0d9d50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 0d9d50b

Please sign in to comment.