We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5b745 commit 863ca7aCopy full SHA for 863ca7a
README.md
@@ -20,5 +20,5 @@ Note that this utility is a bit experimental and a work in progress!
20
21
## General info
22
23
-* Version: 0.0.2
+* Version: 1.0.0
24
* License: MIT
wurl.c
@@ -6,7 +6,7 @@
6
#include <string.h>
7
#include <unistd.h>
8
9
-#define VERSION "wurl 0.0.2"
+#define VERSION "wurl 1.0.0"
10
11
static void print_usage(const char* prog_name);
12
static curl_off_t parse_rate_limit(const char* rate);
0 commit comments