Skip to content

Commit

Permalink
added current version to version check [spent 3m30s]
Browse files Browse the repository at this point in the history
  • Loading branch information
advanderveer committed May 24, 2015
1 parent bb01cb1 commit 3cd78fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/server.go
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/labstack/echo"
)

var CheckVersionURL = "https://s3-eu-west-1.amazonaws.com/timeglass/version/VERSION"
var CheckVersionURL = "https://s3-eu-west-1.amazonaws.com/timeglass/version/VERSION?dversion=" + Version

type Server struct {
timer *Timer
Expand Down

0 comments on commit 3cd78fb

Please sign in to comment.