We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8487065 commit edfbcaeCopy full SHA for edfbcae
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "disbot",
3
"main": "./.build/startup.js",
4
- "version": "v.1.6.2r16",
+ "version": "v.1.6.2r17.3",
5
"scripts": {
6
"disbot": "node ./.build/src/main/startup.js",
7
"customer": "cd /home/disbot && node ./.build/src/main/startup.js",
src/main/version.ts
@@ -1,4 +1,4 @@
export const botData = {
- version: "v.1.6.2r16",
+ version: "v.1.6.2r17.3",
configVersion: "1.3.0",
};
0 commit comments