summarylogtreecommitdiffstats
path: root/version.patch
diff options
context:
space:
mode:
authormax.bra2018-12-11 11:21:07 +0100
committermax.bra2018-12-11 11:21:07 +0100
commitcad4e53f63659549399b5186734f488609cdeea7 (patch)
tree984de0471322f3ac6df7f44f15d68673c1b2bc2a /version.patch
parentdb1607e2e6760ea44002f124607dda3474413c4c (diff)
downloadaur-cad4e53f63659549399b5186734f488609cdeea7.tar.gz
diff-patch migration
Diffstat (limited to 'version.patch')
-rw-r--r--version.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.patch b/version.patch
index 5979ad8f42a5..be710e1a7084 100644
--- a/version.patch
+++ b/version.patch
@@ -16,10 +16,10 @@
- echo "ERROR"
- return 1
+ if [[ "$1" == "pi-hole" ]]; then
-+ echo "{{corever}}"
++ echo "4.1"
else
- echo "Untagged"
-+ echo "{{webver}}"
++ echo "4.1"
fi
return 0
}