From 82761dab4c018c3e56e8fbfe293ef9d1e4750a9f Mon Sep 17 00:00:00 2001 From: Jeremiah Roth Date: Mon, 18 Feb 2019 16:50:20 +0000 Subject: [PATCH] Bump to 1.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5176558..6c8c070 100644 --- a/main.go +++ b/main.go @@ -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)