File size: 567 Bytes
539389e
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
const { commit } = require('./app/commit.json');

console.log(`
β˜…β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β˜…
          B O L T . D I Y
         ⚑️  Welcome  ⚑️
β˜…β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β˜…
`);
console.log('πŸ“ Current Commit Version:', commit);
console.log('β˜…β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β˜…');