From 86dec8f8415be4079937486cc18fb62d4195b23b Mon Sep 17 00:00:00 2001 From: Serhij S Date: Sat, 27 Apr 2024 01:31:19 +0200 Subject: [PATCH] stable build --- eva/src/lib.rs | 2 +- update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eva/src/lib.rs b/eva/src/lib.rs index 4e1ea01..c2d79d6 100644 --- a/eva/src/lib.rs +++ b/eva/src/lib.rs @@ -23,7 +23,7 @@ pub const PRODUCT_NAME: &str = "EVA ICS node server"; pub const PRODUCT_CODE: &str = "eva4node"; pub const VERSION: &str = env!("CARGO_PKG_VERSION"); #[allow(clippy::unreadable_literal)] -pub const BUILD: u64 = 2024042701; +pub const BUILD: u64 = 2024042702; pub const AUTHOR: &str = "(c) 2022 Bohemia Automation / Altertech"; pub const SYSINFO_CHECK_INTERVAL: Duration = Duration::from_secs(5); diff --git a/update.sh b/update.sh index 548b926..1471cc3 100755 --- a/update.sh +++ b/update.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash VERSION=4.0.2 -BUILD=2024042701 +BUILD=2024042702 [ -z "${EVA_REPOSITORY_URL}" ] && EVA_REPOSITORY_URL=https://pub.bma.ai/eva4 export EVA_REPOSITORY_URL