diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2018-12-16 17:21:36 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2018-12-16 17:26:16 -0600 |
commit | aec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79 (patch) | |
tree | 4ebc8374ad56b99f00b8d09328e9baed3f2081d6 /version.json | |
parent | 4818bb24e8f7f22345f90393239ce92129238ecc (diff) | |
download | wix-aec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79.tar.gz wix-aec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79.tar.bz2 wix-aec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79.zip |
Integrate into latest v4.
Still needs TupleDefinitions and Messages.
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 | } | ||