Skip to content

Commit c3b9699

Browse files
Update threadfin.go
1 parent 471cded commit c3b9699

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

threadfin.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ var GitHub = GitHubStruct{Branch: "Main", User: "marcelGoerentz", Repo: "Threadf
4040
const Name = "Threadfin"
4141

4242
// Version : Version, die Build Nummer wird in der main func geparst.
43-
const Version = "1.2.3-beta"
43+
const Version = "1.2.3"
4444

4545
// DBVersion : Datanbank Version
4646
const DBVersion = "0.5.0"
4747

4848
// APIVersion : API Version
49-
const APIVersion = "1.2.2-beta"
49+
const APIVersion = "1.2.3"
5050

5151
var homeDirectory = fmt.Sprintf("%s%s.%s%s", src.GetUserHomeDirectory(), string(os.PathSeparator), strings.ToLower(Name), string(os.PathSeparator))
5252
var samplePath = fmt.Sprintf("%spath%sto%sthreadfin%s", string(os.PathSeparator), string(os.PathSeparator), string(os.PathSeparator), string(os.PathSeparator))

0 commit comments

Comments
 (0)