version bump

This commit is contained in:
Garrett Mills 2019-08-16 09:58:53 -05:00
parent 33aa97ee49
commit 22b323afc8

View File

@ -39,7 +39,7 @@ class MiscUnit extends Unit {
// do stuff here // do stuff here
global.devbug = { global.devbug = {
version: '0.6.2', version: '0.6.3',
get_inline: function(type, project){ get_inline: function(type, project){
let code = this.code[type]; let code = this.code[type];
if (!code) return false if (!code) return false