diff options
author | Rob Mensching <rob@firegiant.com> | 2017-09-03 15:30:10 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-09-03 15:30:10 -0700 |
commit | 2a72f06449431b326c671cf59811b9cefb73a2c8 (patch) | |
tree | 15a663170c24eb29a79dbcdba2b77701ef37676f /version.json | |
parent | 83d09505bc2e5ccb9840a30badb875d4061dd797 (diff) | |
download | wix-2a72f06449431b326c671cf59811b9cefb73a2c8.tar.gz wix-2a72f06449431b326c671cf59811b9cefb73a2c8.tar.bz2 wix-2a72f06449431b326c671cf59811b9cefb73a2c8.zip |
Initialize repo
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 | } | ||