From 23706ea6cdfc7ecf8887fcbf449ac4d281b184c7 Mon Sep 17 00:00:00 2001 From: gaazzopa Date: Mon, 7 Dec 2020 22:38:23 +0100 Subject: [PATCH] Updated app version to v1.2.0 --- cara/apps/calculator/templates/calculator.form.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/apps/calculator/templates/calculator.form.html.j2 b/cara/apps/calculator/templates/calculator.form.html.j2 index 5d196701..5731d9d0 100644 --- a/cara/apps/calculator/templates/calculator.form.html.j2 +++ b/cara/apps/calculator/templates/calculator.form.html.j2 @@ -1,6 +1,6 @@ {% extends "layout.html.j2" %} -{% set MODEL_VERSION="v1.1.0" %} +{% set MODEL_VERSION="v1.2.0" %} {% set DEBUG=False %} {% set active_page="calculator/" %}