From be1636b06495739b90cd2ce1ea71aad1f8948668 Mon Sep 17 00:00:00 2001 From: Otiel Date: Wed, 24 Apr 2019 16:54:42 +0200 Subject: [PATCH] chore: bump assembly version to 0.2.8.1 --- src/BandcampDownloader/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BandcampDownloader/Properties/AssemblyInfo.cs b/src/BandcampDownloader/Properties/AssemblyInfo.cs index 155c4c23..b36acb14 100644 --- a/src/BandcampDownloader/Properties/AssemblyInfo.cs +++ b/src/BandcampDownloader/Properties/AssemblyInfo.cs @@ -51,6 +51,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.8.0")] -[assembly: AssemblyFileVersion("0.2.8.0")] +[assembly: AssemblyVersion("0.2.8.1")] +[assembly: AssemblyFileVersion("0.2.8.1")] [assembly: GuidAttribute("8C171C7F-9BAC-4EC0-A287-59908B48953F")]