From 24cbf91782065c6141bfd7b8cc8828e6420b125d Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Thu, 15 Nov 2018 16:11:49 -0800 Subject: [PATCH] update version --- scram.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scram.nimble b/scram.nimble index 85a8404..00ea346 100644 --- a/scram.nimble +++ b/scram.nimble @@ -1,4 +1,4 @@ -version = "0.1.6" +version = "0.1.7" author = "Huy Doan" description = "Salted Challenge Response Authentication Mechanism (SCRAM) " license = "MIT"