mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
Bump version to v2.9.1
This commit is contained in:
parent
0c3d92c646
commit
b130151b24
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Changes in version v2.9.1 - 2024-02-27
|
||||
- Issue 40335: Fix release job
|
||||
- Change deprecated io/ioutil package to io package
|
||||
- Bump versions of dependencies
|
||||
|
||||
Changes in version v2.9.0 - 2024-02-05
|
||||
- Issue 40285: Add vcs revision to version string
|
||||
- Issue 40294: Update recommended torrc options in client README
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
)
|
||||
|
||||
var version = func() string {
|
||||
ver := "2.9.0"
|
||||
ver := "2.9.1"
|
||||
if info, ok := debug.ReadBuildInfo(); ok {
|
||||
for _, setting := range info.Settings {
|
||||
if setting.Key == "vcs.revision" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue