This is an automated email from the git hooks/post-receive script.
cohosh pushed a commit to branch main in repository pluggable-transports/snowflake.
The following commit(s) were added to refs/heads/main by this push: new 4895a32 Bump version to v2.4.3 4895a32 is described below
commit 4895a32fd3c2f1d6918c934be6ffe623b1bec702 Author: Cecylia Bocovich cohosh@torproject.org AuthorDate: Mon Jan 16 11:55:31 2023 -0500
Bump version to v2.4.3 --- ChangeLog | 3 +++ common/version/version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog index 022382f..2f828d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Changes in version v2.4.3 - 2023-01-16 +- Fix version number in version.go + Changes in version v2.4.2 - 2023-01-13 - Issue 40208: Enhance help info for capacity flag - Issue 40232: Update README and fix help output diff --git a/common/version/version.go b/common/version/version.go index ac16a04..4a53741 100644 --- a/common/version/version.go +++ b/common/version/version.go @@ -4,4 +4,4 @@ func GetVersion() string { return version }
-var version = "2.4.1" +var version = "2.4.3"
tor-commits@lists.torproject.org