Skip to content

Commit

Permalink
Bump the version to v0.1.15
Browse files Browse the repository at this point in the history
Signed-off-by: Max Magorsch <arzano@gentoo.org>
  • Loading branch information
arzano committed Apr 28, 2020
1 parent 39c3cc5 commit 3827ec9
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.14")
return getEnv("SOKO_VERSION", "v0.1.15")
}

func Port() string {
Expand Down

0 comments on commit 3827ec9

Please sign in to comment.