Skip to content

Commit

Permalink
stable build
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Apr 26, 2024
1 parent dfc8455 commit 86dec8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eva/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 86dec8f

Please sign in to comment.