From cf80fe871fdba6c19193c0aa3aa89eec57e07b0b Mon Sep 17 00:00:00 2001
From: siddharth ravikumar
Date: Mon, 19 Jan 2026 14:18:18 -0500
Subject: templates/weather.tmpl: fix alert Instruction rendering
---
templates/weather.tmpl | 2 +-
version/version.go | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/weather.tmpl b/templates/weather.tmpl
index ba5440c..2867d04 100644
--- a/templates/weather.tmpl
+++ b/templates/weather.tmpl
@@ -93,7 +93,7 @@
{{ $p }}
{{ end }} - {{ if len .Instruction | gt 0 }} + {{ if .Instruction }}{{ $p }}
diff --git a/version/version.go b/version/version.go index 892a7e6..d9007c0 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ // Peach version. package version -const Version = "0.11.1-dev.2" +const Version = "0.11.1-dev.3" -- cgit v1.2.3