mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
Bump version number
This commit is contained in:
parent
1e9daf2a48
commit
9ca4851a00
1 changed files with 1 additions and 1 deletions
|
@ -837,7 +837,7 @@ if __name__ == '__main__':
|
||||||
# Parse command line
|
# Parse command line
|
||||||
parser = optparse.OptionParser(
|
parser = optparse.OptionParser(
|
||||||
usage='Usage: %prog [options] url...',
|
usage='Usage: %prog [options] url...',
|
||||||
version='2008.09.20',
|
version='2008.10.16',
|
||||||
conflict_handler='resolve',
|
conflict_handler='resolve',
|
||||||
)
|
)
|
||||||
parser.add_option('-h', '--help',
|
parser.add_option('-h', '--help',
|
||||||
|
|
Loading…
Reference in a new issue