Skip to content

Commit 63e5ffb

Browse files
committed
--
1 parent 329a226 commit 63e5ffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
console = Console()
1313
logger = ModernLogging(process_name="FastGet")
1414

15-
VERSION = "3.0"
15+
VERSION = "4.0"
1616
URL = Prompt.ask("URL")
1717
OUTPUT_FILE = Prompt.ask("Save as", default=unquote(os.path.basename(urlparse(URL).path)))
1818
THREADS = int(Prompt.ask("Threads", default=4))

0 commit comments

Comments
 (0)