Skip to content

Commit

Permalink
Update threadfin.go
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelGoerentz committed Jul 8, 2024
1 parent 022d2ce commit c40695c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions threadfin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit c40695c

Please sign in to comment.