summarylogtreecommitdiffstats
path: root/version.patch
diff options
context:
space:
mode:
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 be710e1a7084..4c703e796331 100644
--- a/version.patch
+++ b/version.patch
@@ -16,10 +16,10 @@
- echo "ERROR"
- return 1
+ if [[ "$1" == "pi-hole" ]]; then
-+ echo "4.1"
++ echo "4.2.1"
else
- echo "Untagged"
-+ echo "4.1"
++ echo "4.2.1"
fi
return 0
}