Skip to content

Commit

Permalink
updated version on core/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vytdev committed Jan 29, 2024
1 parent 1aee878 commit 5683f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/catalyst/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const events = new EventManager<defaultEvents>();
/**
* the version of catalyst core
*/
export const VERSION = "0.1.0-beta";
export const VERSION = "0.2.0-alpha.1";

// preload and export modules
export * from "./command.js";
Expand Down Expand Up @@ -62,4 +62,4 @@ system.runInterval(() => {
system.beforeEvents.watchdogTerminate.subscribe(ev => {
ev.cancel = true;
console.error("Watchdog: " + ev.terminateReason);
});
});

0 comments on commit 5683f57

Please sign in to comment.