From f054d8dfcb00ca706fd88445a7a6c241a1832e78 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sat, 15 Aug 2020 00:32:44 -0400 Subject: [PATCH] Prepare development on 0.0.62 Prepare development on 0.0.62 --- src/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.js b/src/constants.js index 5c656c0..5cffd7c 100644 --- a/src/constants.js +++ b/src/constants.js @@ -2,5 +2,5 @@ module.exports = { SLACK: 9999, TVGUIDE_MAXIMUM_PADDING_LENGTH_MS: 30*60*1000, - VERSION_NAME: "0.0.61-prerelease" + VERSION_NAME: "0.0.62-prerelease" }