Skip to content

Commit

Permalink
Merge pull request #451 from anandrgitnirman/freecalls
Browse files Browse the repository at this point in the history
#316 : Freecalls
  • Loading branch information
anandrgitnirman authored Feb 18, 2020
2 parents 5e3652b + 549f66f commit 63c5826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func GetLatestDaemonVersion() (version string,err error) {
}
defer resp.Body.Close()

return "",err
return version,err
}

type GitTags struct {
Expand Down

0 comments on commit 63c5826

Please sign in to comment.