pub const NODE_VERSION: &'static str = "1.11.0";
Expand description

The current node version, which takes the basic SemVer form <major>.<minor>.<patch>. In general, minor should be bumped on every release while major or patch releases are relatively rare.

The associated worker binaries should use the same version as the node that spawns them.