Skip to content

Commit 863ca7a

Browse files
committed
New release
1 parent 6b5b745 commit 863ca7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Note that this utility is a bit experimental and a work in progress!
2020

2121
## General info
2222

23-
* Version: 0.0.2
23+
* Version: 1.0.0
2424
* License: MIT

wurl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <string.h>
77
#include <unistd.h>
88

9-
#define VERSION "wurl 0.0.2"
9+
#define VERSION "wurl 1.0.0"
1010

1111
static void print_usage(const char* prog_name);
1212
static curl_off_t parse_rate_limit(const char* rate);

0 commit comments

Comments
 (0)