From 035df9906995dc347d152f79087e2ed0a23ccf48 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Sun, 13 Sep 2020 22:31:11 -0700 Subject: [PATCH] Bumped version Signed-off-by: Russ Magee --- Makefile | 2 +- auth.go | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 auth.go diff --git a/Makefile b/Makefile index 14cc9db..0dd4328 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.8.24 +VERSION := 0.8.25 .PHONY: lint vis clean common client server passwd subpkgs install uninstall reinstall ## Tag version of binaries with build info wrt. diff --git a/auth.go b/auth.go old mode 100644 new mode 100755