diff --git a/SMBLibrary.Adapters/Properties/AssemblyInfo.cs b/SMBLibrary.Adapters/Properties/AssemblyInfo.cs
index 1f55f8c0..5bfe40d9 100644
--- a/SMBLibrary.Adapters/Properties/AssemblyInfo.cs
+++ b/SMBLibrary.Adapters/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.4.7.0")]
-[assembly: AssemblyFileVersion("1.4.7.0")]
+[assembly: AssemblyVersion("1.4.8.0")]
+[assembly: AssemblyFileVersion("1.4.8.0")]
diff --git a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj
index 95107129..991139f5 100644
--- a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj
+++ b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj
@@ -4,7 +4,7 @@
net20;net40;netstandard2.0
false
SMBLibrary.Adapters
- 1.4.7
+ 1.4.8
1573;1591
SMBLibrary.Adapters
Tal Aloni
diff --git a/SMBLibrary.Win32/Properties/AssemblyInfo.cs b/SMBLibrary.Win32/Properties/AssemblyInfo.cs
index 13ac6135..13a5087d 100644
--- a/SMBLibrary.Win32/Properties/AssemblyInfo.cs
+++ b/SMBLibrary.Win32/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.4.7.0")]
-[assembly: AssemblyFileVersion("1.4.7.0")]
+[assembly: AssemblyVersion("1.4.8.0")]
+[assembly: AssemblyFileVersion("1.4.8.0")]
diff --git a/SMBLibrary.Win32/SMBLibrary.Win32.csproj b/SMBLibrary.Win32/SMBLibrary.Win32.csproj
index 1fe588af..65a2d6b6 100644
--- a/SMBLibrary.Win32/SMBLibrary.Win32.csproj
+++ b/SMBLibrary.Win32/SMBLibrary.Win32.csproj
@@ -4,7 +4,7 @@
net20;net40;netstandard2.0
false
SMBLibrary.Win32
- 1.4.7
+ 1.4.8
1573;1591
SMBLibrary.Win32
Tal Aloni
diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs
index fae33fa2..e2d24a47 100644
--- a/SMBLibrary/Properties/AssemblyInfo.cs
+++ b/SMBLibrary/Properties/AssemblyInfo.cs
@@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("1.4.7.0")]
-[assembly: AssemblyFileVersion("1.4.7.0")]
+[assembly: AssemblyVersion("1.4.8.0")]
+[assembly: AssemblyFileVersion("1.4.8.0")]
[assembly: InternalsVisibleTo("SMBLibrary.Tests")]
\ No newline at end of file
diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt
index 6fbd7b8d..678b1b74 100644
--- a/SMBLibrary/RevisionHistory.txt
+++ b/SMBLibrary/RevisionHistory.txt
@@ -469,3 +469,5 @@ Revision History:
SMB2Command: Add MessageID property.
NTStatus: Added STATUS_WRONG_PASSWORD.
NTStatus: Correct STATUS_PASSWORD_MUST_CHANGE value.
+
+1.4.8 - SMBServer - Start method bugfix.
diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj
index 52304522..81eb0d15 100644
--- a/SMBLibrary/SMBLibrary.csproj
+++ b/SMBLibrary/SMBLibrary.csproj
@@ -4,7 +4,7 @@
net20;net40;netstandard2.0
false
SMBLibrary
- 1.4.7
+ 1.4.8
1573;1591
SMBLibrary
false
diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs
index a3803647..de3408d7 100644
--- a/SMBServer/Properties/AssemblyInfo.cs
+++ b/SMBServer/Properties/AssemblyInfo.cs
@@ -29,5 +29,5 @@
// Build Number
// Revision
//
-[assembly: AssemblyVersion("1.4.7.0")]
-[assembly: AssemblyFileVersion("1.4.7.0")]
+[assembly: AssemblyVersion("1.4.8.0")]
+[assembly: AssemblyFileVersion("1.4.8.0")]