diff --git a/doc/api.markdown b/doc/api.markdown index 17e9e4d3a3..b6ff2748a1 100644 --- a/doc/api.markdown +++ b/doc/api.markdown @@ -668,6 +668,12 @@ Gets/sets the user identity of the process. (See setuid(2).) This is the numeri } +### process.version + +A compiled-in property that exposes `NODE_VERSION`. + + require('sys').puts('Version: ' + process.version); + ### process.installPrefix A compiled-in property that exposes `NODE_PREFIX`.