From 49419fc59edfbf9838ab1ffafac4ad5ddc77c6d6 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Thu, 28 Nov 2013 09:56:03 +0530 Subject: [PATCH] [minor] started versioning --- config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 17b01edb25..4578a88d86 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,7 @@ { "app_name": "ERPNext", + "app_verion": "3.0.0", + "requires_framework_version": "==3.0.0", "base_template": "app/portal/templates/base.html", "modules": { "Selling": { @@ -73,4 +75,4 @@ "icon": "icon-file-alt" } } -} \ No newline at end of file +}