chore: change codename for breaking change

This commit is contained in:
ThinLiquid 2024-01-23 00:59:07 +00:00
parent d9ab009afd
commit a377319bd1
No known key found for this signature in database
GPG key ID: 17538DC3DF6A7387

View file

@ -53,7 +53,7 @@ export default class Kernel {
lastPid: number = 0 lastPid: number = 0
constructor () { constructor () {
this.codename = 'Mochi' this.codename = 'Pocky'
this.version = pkg.version this.version = pkg.version
} }