Skip to content

Commit

Permalink
Merge pull request #8 from JesusIslam/v0.5.0
Browse files Browse the repository at this point in the history
bumping version constant to v0.5.0
  • Loading branch information
didasy authored Jan 19, 2018
2 parents cc8c15d + 273b975 commit 185152b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tldr.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type Bag struct {

// The default values of each settings
const (
VERSION = "0.4.4"
VERSION = "0.5.0"
DEFAULT_ALGORITHM = "pagerank"
DEFAULT_WEIGHING = "hamming"
DEFAULT_DAMPING = 0.85
Expand Down

0 comments on commit 185152b

Please sign in to comment.