commit | 49419fc59edfbf9838ab1ffafac4ad5ddc77c6d6 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Thu Nov 28 09:56:03 2013 +0530 |
committer | Pratik Vyas <m@pd.io> | Thu Nov 28 16:50:07 2013 +0530 |
tree | 18d63dc4c50eca9a82131d180c1fc8b6ce27d743 | |
parent | 6dbb3408b17743ed6963d2ff03be97e679dc72f6 [diff] |
[minor] started versioning
diff --git a/config.json b/config.json index 17b01ed..4578a88 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 +}