aboutsummaryrefslogtreecommitdiff
path: root/src/version.json
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2017-08-20 00:05:08 -0700
committerRob Mensching <rob@firegiant.com>2017-08-20 00:05:08 -0700
commit4e8be93efc40abd8b5fbb898d20add9aa3a993d6 (patch)
treeaa9d7135a730b116802d8cdadb0868e6bc0de9fd /src/version.json
parent4418bd52f1fca52a0d8d5f5b60abd2fdfc7146bd (diff)
downloadwix-4e8be93efc40abd8b5fbb898d20add9aa3a993d6.tar.gz
wix-4e8be93efc40abd8b5fbb898d20add9aa3a993d6.tar.bz2
wix-4e8be93efc40abd8b5fbb898d20add9aa3a993d6.zip
Move configuration files to the root
Diffstat (limited to 'src/version.json')
-rw-r--r--src/version.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/version.json b/src/version.json
deleted file mode 100644
index 5f857771..00000000
--- a/src/version.json
+++ /dev/null
@@ -1,11 +0,0 @@
1{
2 "version": "4.0",
3 "publicReleaseRefSpec": [
4 "^refs/heads/master$"
5 ],
6 "cloudBuild": {
7 "buildNumber": {
8 "enabled": true
9 }
10 }
11}