Skip to content

Commit 82761da

Browse files
author
Jeremiah Roth
committed
Bump to 1.0
1 parent 64fcec7 commit 82761da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
// Program version
24-
const version = "0.3"
24+
const version = "1.0"
2525

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

0 commit comments

Comments
 (0)