bump 4.6.0-beta
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Fri, 18 Jul 2014 17:49:23 +0000 (13:49 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Fri, 18 Jul 2014 17:49:23 +0000 (13:49 -0400)
enyo-client/database/source/update_version.sql
foundation-database/public/tables/metric.sql
package.json

index 53906e2..80427bc 100644 (file)
@@ -1 +1 @@
-UPDATE pkghead SET pkghead_version = '4.5.2' WHERE pkghead_name = 'xt';
+UPDATE pkghead SET pkghead_version = '4.6.0-beta' WHERE pkghead_name = 'xt';
index 20684d8..8d597fd 100644 (file)
@@ -1,6 +1 @@
--- Proof of concept
-insert into metric (metric_name, metric_value)
-select 'UnifiedBuild', 'true'
-where not exists (select c.metric_id from metric c where c.metric_name = 'UnifiedBuild');
-
-SELECT setMetric('ServerVersion', '4.5.2');
+SELECT setMetric('ServerVersion', '4.6.0-beta');
index 1ad7be3..8c37496 100644 (file)
@@ -2,7 +2,7 @@
   "author": "xTuple <dev@xtuple.com>",
   "name": "xtuple",
   "description": "xTuple Enterprise Resource Planning Mobile-Web client",
-  "version": "4.5.2",
+  "version": "4.6.0-beta",
   "repository": {
     "type": "git",
     "url": "https://github.com/xtuple/xtuple.git"