Skip to content

Commit 46950ff

Browse files
author
xyzjesper
committed
bump version
1 parent c7a4335 commit 46950ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "disbot",
33
"main": "./.build/startup.js",
4-
"version": "v.1.6.2r12.7",
4+
"version": "v.1.6.2r13",
55
"scripts": {
66
"disbot": "node ./.build/src/main/startup.js",
77
"customer": "cd /home/disbot && node ./.build/src/main/startup.js",

src/main/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const botData = {
2-
version: "v.1.6.2r12.7",
2+
version: "v.1.6.2r13",
33
configVersion: "1.2.1",
44
};

0 commit comments

Comments
 (0)