From 31d0356b6d8ef3da007459292d5a6405885557bc Mon Sep 17 00:00:00 2001 From: Link Dupont Date: Tue, 26 Mar 2024 11:39:05 -0400 Subject: [PATCH] chore: set version to 0.2.5 Signed-off-by: Link Dupont --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 908d7daa..c7de4b97 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ LONGNAME := yggdrasil BRANDNAME := yggdrasil # Used as the tarball file name. Cannot contain spaces. PKGNAME := yggdrasil -VERSION := 0.2.4 +VERSION := 0.2.5 # Used as the prefix for MQTT topic names TOPICPREFIX := yggdrasil # Used to force sending all HTTP traffic to a specific host.