Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Aug 29, 2020
1 parent 0fdc818 commit 8c82fd3
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 @@ -19,7 +19,7 @@ import (
)

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

1 comment on commit 8c82fd3

@Vigilans
Copy link
Contributor

Choose a reason for hiding this comment

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

Breaking Changes

VLESS fallback -> fallbacks, see https://www.v2fly.org/config/protocols/vless.html0
Route matching order changes

It is DNS's domain priority matching instead of route matching. No modification to router module in this version.

Please sign in to comment.