Files
loop-etl-rocketchat/lib/factory/version.js
2026-05-13 20:03:28 +03:00

12 lines
164 B
JavaScript

//
// Generate a version object. This
// is the only valid value as of
// now
//
module.exports = function() {
return {
type: 'version',
version: 1
}
}