mirror of https://github.com/yt-dlp/yt-dlp.git
Bump version number
This commit is contained in:
parent
37dfa1e0df
commit
554bbdc48c
|
@ -1 +1 @@
|
||||||
2010.04.03
|
2010.04.04
|
||||||
|
|
|
@ -1686,7 +1686,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='2010.04.03',
|
version='2010.04.04',
|
||||||
conflict_handler='resolve',
|
conflict_handler='resolve',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue