diff options
author | 2020-04-28 02:23:13 +0200 | |
---|---|---|
committer | 2020-04-28 02:23:13 +0200 | |
commit | 845949c84ae3caca382c06e499c03d447bbe7aef (patch) | |
tree | 981716364f85f14e436ea747acfc1b4d5c636eb3 | |
parent | Add a json page for each category (diff) | |
download | soko-0.1.13.tar.gz soko-0.1.13.tar.bz2 soko-0.1.13.zip |
Bump the version to v0.1.13v0.1.13
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r-- | pkg/config/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/config/config.go b/pkg/config/config.go index c8abc87..3dd87ab 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -39,7 +39,7 @@ func LogFile() string { } func Version() string { - return getEnv("SOKO_VERSION", "v0.1.12") + return getEnv("SOKO_VERSION", "v0.1.13") } func Port() string { |