mirror of
https://github.com/aunefyren/wrapperr
synced 2024-12-13 21:02:28 +00:00
Forgot to change version on the previous release
This commit is contained in:
parent
889fa51d4c
commit
c0e1fa570f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
var wrapperr_version_parameter = "v3.0.0"
|
||||
var wrapperr_version_parameter = "v3.0.2"
|
||||
var config_path, _ = filepath.Abs("./config/config.json")
|
||||
var default_config_path, _ = filepath.Abs("./config_default.json")
|
||||
|
||||
|
|
Loading…
Reference in a new issue