Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlance committed Oct 10, 2018
1 parent 469803a commit c594bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userd.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ func removeInRange(needle string, haystack []string) []string {
}

func main() {
log.SetPrefix("userd v1.8 ")
log.SetPrefix("userd v1.9 ")

realm, repo := getOps()
validate(realm, repo)
Expand Down

0 comments on commit c594bcf

Please sign in to comment.