Skip to content

Commit

Permalink
v2024.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ward committed Sep 7, 2024
1 parent 4613796 commit 484eb0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## [2024.5]
### Added
- compact date with week day (e.g. Thu 18 Jul'24 09:03)
- fix printing of error message for command line flags

### Updated
- tweaked the help layout
Expand Down
2 changes: 1 addition & 1 deletion lsv/options.v
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fn parse_args(args []string) Options {
mut fp := flag.new_flag_parser(args)

fp.application(app_name)
fp.version('2024.4')
fp.version('2024.5')
fp.skip_executable()
fp.description('List information about FILES')
fp.arguments_description('[FILES]')
Expand Down

0 comments on commit 484eb0c

Please sign in to comment.