From 0439725790b8a2be5cb82c25ebc9b824320258e1 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 8 Mar 2017 22:27:41 -0800 Subject: [PATCH] Bump infra version --- src/infra_version.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/infra_version.js b/src/infra_version.js index a0e22d05c..f4076bb76 100644 --- a/src/infra_version.js +++ b/src/infra_version.js @@ -5,8 +5,8 @@ // Do not require anything here! exports = module.exports = { - // a version bump means that all containers (apps and addons) are recreated - 'version': 45, + // a version bump means that all app containers are recreated + 'version': 46, 'baseImages': [ 'cloudron/base:0.10.0' ],