From 192cac75f23a2dadf80fe4e24a43e007e02827b3 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 7 Apr 2019 11:41:07 -0700 Subject: [PATCH] Changed version to 1.4.0 --- src/utils/CaptainConstants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/CaptainConstants.ts b/src/utils/CaptainConstants.ts index ba265b3..5d93299 100644 --- a/src/utils/CaptainConstants.ts +++ b/src/utils/CaptainConstants.ts @@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER = const configs = { publishedNameOnDockerHub: 'caprover/caprover', - version: '1.3.0', + version: '1.4.0', defaultMaxLogSize: '512m',