mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 14:39:29 +02:00
Import start port at startup for now for exit node
This commit is contained in:
parent
4b176c99e8
commit
e65c07af82
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