From f239574e41ca5d24d5a82f4f7edfb0948faeff22 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Tue, 8 Jul 2025 00:17:24 +0200 Subject: [PATCH] v1.3.0-beta.3 --- config/version | 2 +- core/box.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/version b/config/version index 92001fc..58f8f02 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -1.3.0-beta.2 \ No newline at end of file +1.3.0-beta.3 \ No newline at end of file diff --git a/core/box.go b/core/box.go index bee3c1c..6a366a7 100644 --- a/core/box.go +++ b/core/box.go @@ -491,7 +491,7 @@ func (s *Box) Close() error { close(s.done) } err := sbCommon.Close( - s.endpoint, s.inbound, s.outbound, s.router, s.connection, s.dnsRouter, s.dnsTransport, s.network, s.service, + s.service, s.endpoint, s.inbound, s.outbound, s.router, s.connection, s.dnsRouter, s.dnsTransport, s.network, ) for _, lifecycleService := range s.internalService { err1 := lifecycleService.Close()