diff --git a/Installers/ShokoServer.iss b/Installers/ShokoServer.iss index 1606ecd1e..0ceaa83c9 100644 --- a/Installers/ShokoServer.iss +++ b/Installers/ShokoServer.iss @@ -13,7 +13,7 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{0BA2D22B-A0B7-48F8-8AA1-BAAEFC2034CB} AppName=Shoko Server -AppVersion=3.7.0.0 +AppVersion=3.7.0.1 AppVerName=Shoko Server AppPublisher=Shoko Team AppPublisherURL=https://github.com/japanesemediamanager diff --git a/JMMServer/Properties/AssemblyInfo.cs b/JMMServer/Properties/AssemblyInfo.cs index 1c555b40c..77f776ca4 100644 --- a/JMMServer/Properties/AssemblyInfo.cs +++ b/JMMServer/Properties/AssemblyInfo.cs @@ -52,5 +52,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.7.0.0")] -[assembly: AssemblyFileVersion("3.7.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("3.7.0.1")] +[assembly: AssemblyFileVersion("3.7.0.1")] \ No newline at end of file