diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-02-03 14:43:56 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-02-03 14:49:25 -0600 |
commit | 6f29d2fc2b3514cc85a7975e974e8e31f39288e2 (patch) | |
tree | ea93f131bdaef7c052cf9d3a855731d516c281ea /version.json | |
parent | 72f3dceefa2e3893b061e074380794bc60b67b6f (diff) | |
download | wix-6f29d2fc2b3514cc85a7975e974e8e31f39288e2.tar.gz wix-6f29d2fc2b3514cc85a7975e974e8e31f39288e2.tar.bz2 wix-6f29d2fc2b3514cc85a7975e974e8e31f39288e2.zip |
Integrate into latest v4.
Diffstat (limited to 'version.json')
-rw-r--r-- | version.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/version.json b/version.json new file mode 100644 index 00000000..5f857771 --- /dev/null +++ b/version.json | |||
@@ -0,0 +1,11 @@ | |||
1 | { | ||
2 | "version": "4.0", | ||
3 | "publicReleaseRefSpec": [ | ||
4 | "^refs/heads/master$" | ||
5 | ], | ||
6 | "cloudBuild": { | ||
7 | "buildNumber": { | ||
8 | "enabled": true | ||
9 | } | ||
10 | } | ||
11 | } | ||