mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Bump version to v2.4.3
This commit is contained in:
parent
086bbb4a63
commit
4895a32fd3
2 changed files with 4 additions and 1 deletions
|
@ -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
|
Changes in version v2.4.2 - 2023-01-13
|
||||||
- Issue 40208: Enhance help info for capacity flag
|
- Issue 40208: Enhance help info for capacity flag
|
||||||
- Issue 40232: Update README and fix help output
|
- Issue 40232: Update README and fix help output
|
||||||
|
|
|
@ -4,4 +4,4 @@ func GetVersion() string {
|
||||||
return version
|
return version
|
||||||
}
|
}
|
||||||
|
|
||||||
var version = "2.4.1"
|
var version = "2.4.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue