Skip to content

Commit

Permalink
Bump the version to v0.1.19
Browse files Browse the repository at this point in the history
Signed-off-by: Max Magorsch <arzano@gentoo.org>
  • Loading branch information
arzano committed May 3, 2020
1 parent 9324137 commit 67cd9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func LogFile() string {
}

func Version() string {
return getEnv("SOKO_VERSION", "v0.1.18")
return getEnv("SOKO_VERSION", "v0.1.19")
}

func Port() string {
Expand Down

0 comments on commit 67cd9ae

Please sign in to comment.