summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-05-10 22:56:03 +0200
committerMax Magorsch <arzano@gentoo.org>2020-05-10 22:56:03 +0200
commit9a29d24e5b214a24d27e532bc82cb5b38a9885d4 (patch)
tree027bbe988aa7242f4dc6c3da37f34005cbf8680c
parentEnable wildcards again when searching (diff)
downloadsoko-0.1.22.tar.gz
soko-0.1.22.tar.bz2
soko-0.1.22.zip
Bump the version to v0.1.22v0.1.22
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r--pkg/config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/config/config.go b/pkg/config/config.go
index 68e7488..19d92a0 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.21")
+ return getEnv("SOKO_VERSION", "v0.1.22")
}
func Port() string {