diff options
author | Rob Mensching <rob@firegiant.com> | 2017-08-20 00:05:08 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-08-20 00:05:08 -0700 |
commit | 4e8be93efc40abd8b5fbb898d20add9aa3a993d6 (patch) | |
tree | aa9d7135a730b116802d8cdadb0868e6bc0de9fd /version.json | |
parent | 4418bd52f1fca52a0d8d5f5b60abd2fdfc7146bd (diff) | |
download | wix-4e8be93efc40abd8b5fbb898d20add9aa3a993d6.tar.gz wix-4e8be93efc40abd8b5fbb898d20add9aa3a993d6.tar.bz2 wix-4e8be93efc40abd8b5fbb898d20add9aa3a993d6.zip |
Move configuration files to the root
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 | } | ||