diff --git a/Common/version.props b/Common/version.props
index e4da65ad3..d1405902f 100644
--- a/Common/version.props
+++ b/Common/version.props
@@ -1,7 +1,7 @@
- 1.6.5
+ 1.6.6
diff --git a/Samples/Framework/build.props b/Samples/Framework/build.props
index 8196652fb..55bc4717e 100644
--- a/Samples/Framework/build.props
+++ b/Samples/Framework/build.props
@@ -12,6 +12,6 @@
..\bin\
-
+
\ No newline at end of file
diff --git a/Samples/Language/build.props b/Samples/Language/build.props
index 335389f3a..27e20a0ed 100644
--- a/Samples/Language/build.props
+++ b/Samples/Language/build.props
@@ -10,6 +10,6 @@
..\bin\
-
+
\ No newline at end of file
diff --git a/Scripts/NuGet/PSharp.nuspec b/Scripts/NuGet/PSharp.nuspec
index 328bb6ee1..54fd545cf 100644
--- a/Scripts/NuGet/PSharp.nuspec
+++ b/Scripts/NuGet/PSharp.nuspec
@@ -2,13 +2,13 @@
Microsoft.PSharp
- 1.6.5
+ 1.6.6
Microsoft
https://github.com/p-org/PSharp
MIT
false
P# is a framework for rapid development of reliable asynchronous software.
- This release contains the 1.6.5 version of the P# framework.
+ This release contains the 1.6.6 version of the P# framework.
© Microsoft Corporation. All rights reserved.
asynchrony reliability specifications reactive state-machines testing
diff --git a/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs b/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs
index d40987298..16e5fa862 100644
--- a/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs
+++ b/Tools/Visualization/TraceViewer/Properties/AssemblyInfo.cs
@@ -52,5 +52,5 @@
// 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("1.6.5.0")]
-[assembly: AssemblyFileVersion("1.6.5.0")]
+[assembly: AssemblyVersion("1.6.6.0")]
+[assembly: AssemblyFileVersion("1.6.6.0")]