Updated version number for bug fix

This commit is contained in:
Aune 2023-02-03 12:02:42 +01:00 committed by GitHub
parent 1d672d1622
commit 714c606e52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ import (
"github.com/google/uuid"
)
var wrapperr_version_parameter = "v3.1.2"
var wrapperr_version_parameter = "v3.1.3"
var config_path, _ = filepath.Abs("./config/config.json")
var default_config_path, _ = filepath.Abs("./config_default.json")