Skip to content

Commit dc410d6

Browse files
authored
chore: Bump version to 3.4.1 (#1825)
1 parent 4cbef94 commit dc410d6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Upcoming
22

3+
4+
# 3.4.1
5+
36
- feat: Plugin support in the resolution pipeline (https://github.com/dafny-lang/dafny/pull/1739)
47
- fix: NullPointerException in the AST (https://github.com/dafny-lang/dafny/pull/1805)
58
- fix: Change datatype deconstruction in match statements for C# (https://github.com/dafny-lang/dafny/issues/1815)

Source/version.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using System.Reflection;
2-
// Version 3.4.0, year 2018+4 month 1 day 12
3-
[assembly: AssemblyVersion("3.4.0.40208")]
4-
[assembly: AssemblyFileVersion("3.4.0.40208")]
2+
// Version 3.4.1, year 2018+4 month 2 day 15
3+
[assembly: AssemblyVersion("3.4.1.40215")]
4+
[assembly: AssemblyFileVersion("3.4.1.40215")]

0 commit comments

Comments
 (0)