Skip to content

Commit 18301f6

Browse files
authored
fix version
1 parent 4e07905 commit 18301f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "blockception-minecraft-server",
55
"private": true,
66
"publisher": "BlockceptionLtd",
7-
"version": "8.0.33",
7+
"version": "8.0.34",
88
"author": {
99
"name": "Blockception Ltd",
1010
"url": "https://www.blockception.com/"

server/src/lib/constants/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const Version = %npm_package_version%
1+
export const Version = "8.0.33";

0 commit comments

Comments
 (0)