mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 18:14:53 +02:00
Import start port at startup for now for exit node
This commit is contained in:
parent
516c68224a
commit
4b5c74e8d6
3 changed files with 8 additions and 3 deletions
|
@ -18,8 +18,8 @@ import (
|
|||
)
|
||||
|
||||
func loadVersions(config *Config) {
|
||||
config.PangolinVersion = "1.0.0-beta.5"
|
||||
config.GerbilVersion = "1.0.0-beta.1"
|
||||
config.PangolinVersion = "1.0.0-beta.6"
|
||||
config.GerbilVersion = "1.0.0-beta.2"
|
||||
}
|
||||
|
||||
//go:embed fs/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue