Skip to content

Commit

Permalink
bump to v1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
  • Loading branch information
arthurzam committed Mar 18, 2023
1 parent 57cd404 commit d3516dc
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 @@ -47,7 +47,7 @@ func LogFile() string {
}

func Version() string {
return getEnv("SOKO_VERSION", "v1.0.1")
return getEnv("SOKO_VERSION", "v1.0.2")
}

func Port() string {
Expand Down

0 comments on commit d3516dc

Please sign in to comment.