mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-01 19:46:41 +00:00
5 lines
100 B
CoffeeScript
5 lines
100 B
CoffeeScript
packageJSON = require('../../package.json')
|
|
|
|
exports.version = ->
|
|
console.log(packageJSON.version)
|