Skip to content

Commit f10d561

Browse files
committed
Version bump
Because of larger feature pack
1 parent 7626a98 commit f10d561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/https_client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ static void https_fetch_ctx_init(https_client_t *client,
315315
ASSERT_CURL_EASY_SETOPT(ctx, CURLOPT_WRITEDATA, ctx);
316316
ASSERT_CURL_EASY_SETOPT(ctx, CURLOPT_MAXAGE_CONN, client->opt->max_idle_time);
317317
ASSERT_CURL_EASY_SETOPT(ctx, CURLOPT_PIPEWAIT, client->opt->use_http_version > 1);
318-
ASSERT_CURL_EASY_SETOPT(ctx, CURLOPT_USERAGENT, "https_dns_proxy/0.3");
318+
ASSERT_CURL_EASY_SETOPT(ctx, CURLOPT_USERAGENT, "https_dns_proxy/0.4");
319319
ASSERT_CURL_EASY_SETOPT(ctx, CURLOPT_FOLLOWLOCATION, 0);
320320
ASSERT_CURL_EASY_SETOPT(ctx, CURLOPT_NOSIGNAL, 0);
321321
ASSERT_CURL_EASY_SETOPT(ctx, CURLOPT_TIMEOUT, client->connections > 0 ? 5 : 10 /* seconds */);

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ static const char * sw_version(void) {
269269
#ifdef SW_VERSION
270270
return SW_VERSION;
271271
#else
272-
return "2025.5.10-atLeast"; // update date sometimes, like 1-2 times a year
272+
return "2025.8.26-atLeast"; // update date sometimes, like 1-2 times a year
273273
#endif
274274
}
275275

0 commit comments

Comments
 (0)