From c40695cea694134e0f79df75623287de3e4589f5 Mon Sep 17 00:00:00 2001 From: Marcel Goerentz Date: Mon, 8 Jul 2024 10:32:32 +0200 Subject: [PATCH] Update threadfin.go --- threadfin.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/threadfin.go b/threadfin.go index ea134e2..9d79059 100644 --- a/threadfin.go +++ b/threadfin.go @@ -40,13 +40,13 @@ var GitHub = GitHubStruct{Branch: "Main", User: "marcelGoerentz", Repo: "Threadf const Name = "Threadfin" // Version : Version, die Build Nummer wird in der main func geparst. -const Version = "1.1.17" +const Version = "1.1.18" // DBVersion : Datanbank Version const DBVersion = "0.5.0" // APIVersion : API Version -const APIVersion = "1.1.17" +const APIVersion = "1.1.18" var homeDirectory = fmt.Sprintf("%s%s.%s%s", src.GetUserHomeDirectory(), string(os.PathSeparator), strings.ToLower(Name), string(os.PathSeparator)) var samplePath = fmt.Sprintf("%spath%sto%sthreadfin%s", string(os.PathSeparator), string(os.PathSeparator), string(os.PathSeparator), string(os.PathSeparator))