From 2111eb21e3a4624ef094e9c08a2dfde004a123c3 Mon Sep 17 00:00:00 2001 From: Simon Diesenreiter Date: Tue, 15 Apr 2025 12:37:06 +0200 Subject: [PATCH] fix: release version jumbled up refs NOISSUE --- song_of_the_day/Program.cs | 2 +- song_of_the_day/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/song_of_the_day/Program.cs b/song_of_the_day/Program.cs index 7ae2011..159ce27 100644 --- a/song_of_the_day/Program.cs +++ b/song_of_the_day/Program.cs @@ -17,7 +17,7 @@ userCheckTimer.OnOccurence += async (s, ea) => var needsSaving = false; foreach (var memberId in memberList) { - Console.WriteLine("found member: " = memberId); + Console.WriteLine("found member: " + memberId); var foundUser = dci.Users.Where(u => u.SignalMemberId == memberId).SingleOrDefault(); if (foundUser == null) { diff --git a/song_of_the_day/VERSION b/song_of_the_day/VERSION index 699c6c6..9767cc9 100644 --- a/song_of_the_day/VERSION +++ b/song_of_the_day/VERSION @@ -1 +1 @@ -0.1.8 +0.1.10