Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Sep 17, 2021
1 parent 00155ff commit a1c46f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

var (
version = "4.42.1"
version = "4.42.2"
build = "Custom"
codename = "V2Fly, a community-driven edition of V2Ray."
intro = "A unified platform for anti-censorship."
Expand Down

1 comment on commit a1c46f8

@Vigilans
Copy link
Contributor

@Vigilans Vigilans commented on a1c46f8 Sep 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix http outbound do not respect socket config (#1264)

It should be somewhat noted that the fix is applied to http dialer in transport layer, since I at first encountered this problem in vmess outbound with http2 network stream setting.

Please sign in to comment.