Skip to content

Commit

Permalink
Bump to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah Roth committed Feb 18, 2019
1 parent 64fcec7 commit 82761da
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 @@ -21,7 +21,7 @@ import (
)

// Program version
const version = "0.3"
const version = "1.0"

// UID->username map cache
var ucache = make(map[uint32]string)
Expand Down

0 comments on commit 82761da

Please sign in to comment.