From a3c9527d0b52165824440f5d3c35f6b3fb209f73 Mon Sep 17 00:00:00 2001 From: Aaron DeLory Date: Thu, 23 Jul 2020 15:06:56 -0400 Subject: [PATCH] Added a comment for future me --- public/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app.js b/public/app.js index 0974e61..9907e59 100644 --- a/public/app.js +++ b/public/app.js @@ -1,4 +1,4 @@ -const version = '5.0.0'; +const version = '5.0.0'; // Make sure this matches the version in package.json const WebSocket = require('ws'); const express = require('express');