Direct proxy fallthrough #132

Merged
telackey merged 15 commits from direct_proxy_fallthrough into master 2021-12-30 14:18:42 +00:00
Showing only changes of commit f733250afe - Show all commits

View File

@ -19,10 +19,10 @@ package version
import "fmt"
const (
Major = 0 // Major version component of the current release
Minor = 3 // Minor version component of the current release
Patch = 9 // Patch version component of the current release
Meta = "alpha" // Version metadata to append to the version string
Major = 0 // Major version component of the current release
Minor = 3 // Minor version component of the current release
Patch = 9 // Patch version component of the current release
Meta = "" // Version metadata to append to the version string
)
// Version holds the textual version string.