Skip to content

Commit

Permalink
0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Aug 29, 2017
1 parent acb24c3 commit eb91568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ var query = &bson.M{
"command.listIndexes": bson.M{"$exists": false},
}

const Version = "0.2"
const Version = "0.3"

func setProfilingLevel(db *mgo.Database, level int) error {
if level < 0 || level > 2 {
Expand Down

0 comments on commit eb91568

Please sign in to comment.