Skip to content

Commit

Permalink
Merge branch 'release/v0.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
takama committed Apr 18, 2018
2 parents c8c0b81 + aa3de58 commit ddbe443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
PROJECT=github.com/takama/backer

# Use the 0.0.0 tag for testing, it shouldn't clobber any release builds
RELEASE?=v0.3.9
RELEASE?=v0.4.0

BUILDTAGS=

Expand Down
1 change: 1 addition & 0 deletions tournament/tournament.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func (entry *Entry) Join(players ...backer.Player) error {
}

var bidder model.Bidder
bidder.Backers = make([]string, 0)
contribute := float32(tournament.Deposit / backer.Points(len(players)))
for idx, participant := range players {
if _, err := player.ManagePoints(entry.Controller, tx,
Expand Down

0 comments on commit ddbe443

Please sign in to comment.