From 025108c1dbf0b3a7931c312d670d71a79d17baea Mon Sep 17 00:00:00 2001 From: g Date: Wed, 24 Apr 2019 16:35:16 +0200 Subject: [PATCH] chore: bump assembly version to 0.2.8.0 --- 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 e28c1610..155c4c23 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.7.0")] -[assembly: AssemblyFileVersion("0.2.7.0")] +[assembly: AssemblyVersion("0.2.8.0")] +[assembly: AssemblyFileVersion("0.2.8.0")] [assembly: GuidAttribute("8C171C7F-9BAC-4EC0-A287-59908B48953F")]