Skip to content

Commit

Permalink
promote to 0.8 final
Browse files Browse the repository at this point in the history
  • Loading branch information
143mailliw authored Apr 30, 2021
1 parent 0e23448 commit ae4710b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import yn from "yn";

const sysInfo = {
serverName: "starship-server",
version: "prealpha (0.8-wip)",
version: "alpha (0.8)",
schemaVersion: "0.8",
supportedFeatures: ["users", "reports", "planets", "invites"],
supportedComponents: ["pages", "wikis", "forums", "files"],
Expand Down Expand Up @@ -159,4 +159,4 @@ connect(url, {
Loggers.dbLogger.error(error);
Loggers.mainLogger.fatal("Exiting...");
process.exit(1);
});
});

0 comments on commit ae4710b

Please sign in to comment.