Skip to content

Commit

Permalink
chore: bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
kizahasi committed Nov 14, 2024
1 parent 569c130 commit 3ef2ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/api-server/src/VERSION.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export const VERSION = new SemVer({
major: 0,
minor: 7,
patch: 16,
prerelease: { type: 'rc', version: 2 },
prerelease: { type: 'rc', version: 3 },
});
2 changes: 1 addition & 1 deletion apps/web-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flocon-trpg/web-server",
"version": "0.9.0-rc.2",
"version": "0.9.0-rc.3",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 3ef2ec6

Please sign in to comment.