From 24fc8f9d1e861738a3f43545c4e4d38c86c50b9d Mon Sep 17 00:00:00 2001 From: May Date: Wed, 19 Jun 2024 15:13:20 -0700 Subject: [PATCH] Update version of EACopy Client to 1.19 --- include/EACopyClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/EACopyClient.h b/include/EACopyClient.h index 04ad555..a33cbba 100644 --- a/include/EACopyClient.h +++ b/include/EACopyClient.h @@ -10,7 +10,7 @@ namespace eacopy enum : uint { ClientMajorVersion = 1, - ClientMinorVersion = 18 + ClientMinorVersion = 19 }; ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////