We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbef94 commit dc410d6Copy full SHA for dc410d6
RELEASE_NOTES.md
@@ -1,5 +1,8 @@
1
# Upcoming
2
3
+
4
+# 3.4.1
5
6
- feat: Plugin support in the resolution pipeline (https://github.com/dafny-lang/dafny/pull/1739)
7
- fix: NullPointerException in the AST (https://github.com/dafny-lang/dafny/pull/1805)
8
- fix: Change datatype deconstruction in match statements for C# (https://github.com/dafny-lang/dafny/issues/1815)
Source/version.cs
@@ -1,4 +1,4 @@
using System.Reflection;
-// Version 3.4.0, year 2018+4 month 1 day 12
-[assembly: AssemblyVersion("3.4.0.40208")]
-[assembly: AssemblyFileVersion("3.4.0.40208")]
+// Version 3.4.1, year 2018+4 month 2 day 15
+[assembly: AssemblyVersion("3.4.1.40215")]
+[assembly: AssemblyFileVersion("3.4.1.40215")]
0 commit comments