From ef5cfc65f8bdddea5e0ba98c273355b13b26121d Mon Sep 17 00:00:00 2001 From: Nicklas Marc Pedersen Date: Sat, 25 Apr 2020 18:25:25 +0200 Subject: [PATCH] update version --- src/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.ts b/src/app.ts index a926f06e..0ff92b31 100644 --- a/src/app.ts +++ b/src/app.ts @@ -1,5 +1,5 @@ // TODO: Update version for each release -process.env.BOT_VERSION = '3.5.1'; +process.env.BOT_VERSION = '3.5.2'; import fs from 'fs'; import path from 'path';