From 1b425018d42d85fecec0babb4a15f4c2b23c3667 Mon Sep 17 00:00:00 2001 From: marmei <43099631+mar-mei@users.noreply.github.com> Date: Mon, 13 Jan 2020 23:04:34 +0100 Subject: [PATCH] v2.1.1.0115-beta --- xteve.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xteve.go b/xteve.go index af61d4f..f7fe2c2 100644 --- a/xteve.go +++ b/xteve.go @@ -39,7 +39,7 @@ var GitHub = GitHubStruct{Branch: "master", User: "xteve-project", Repo: "xTeVe- const Name = "xTeVe" // Version : Version, die Build Nummer wird in der main func geparst. -const Version = "2.1.1.0114" +const Version = "2.1.1.0115" // DBVersion : Datanbank Version const DBVersion = "2.1.0" @@ -48,7 +48,7 @@ const DBVersion = "2.1.0" const APIVersion = "1.1.0" // Dev : Aktiviert den Entwicklungsmodus. Für den Webserver werden dann die lokalen Dateien verwendet. -const Dev = true +const Dev = false 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%sxteve%s", string(os.PathSeparator), string(os.PathSeparator), string(os.PathSeparator), string(os.PathSeparator))