Skip to content

Commit 62a64b3

Browse files
committed
bump agent version
1 parent 5251290 commit 62a64b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/collectors/SystemMetricsCollector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import v8 from "v8";
1010
const execAsync = promisify(exec);
1111

1212
// Agent version - must be updated alongside package.js on each release
13-
const AGENT_VERSION = '1.0.22';
13+
const AGENT_VERSION = '1.0.23';
1414

1515
// cgroup v1 "unlimited" sentinel: values >= 2^62 mean no limit is set
1616
const CGROUP_V1_UNLIMITED = 2 ** 62;

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: "skysignal:agent",
3-
version: "1.0.22",
3+
version: "1.0.23",
44
summary:
55
"SkySignal APM agent for Meteor applications - monitors performance, errors, and system metrics",
66
git: "https://github.com/skysignalapm/agent.git",

0 commit comments

Comments
 (0)