Skip to content

Commit de57586

Browse files
authored
chore: Bump version to 3.4.2 (#1844)
1 parent 6d06a0d commit de57586

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Upcoming
22

3+
4+
# 3.4.2
5+
36
- fix: No output when compiling to JavaScript on Windows (https://github.com/dafny-lang/dafny/pull/1824)
7+
- fix: CanCall assumptions for loop invariants (https://github.com/dafny-lang/dafny/pull/1813)
48
- fix: Behavior of the C# runtime in a concurrent setting (https://github.com/dafny-lang/dafny/pull/1780)
59

610

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.1, year 2018+4 month 2 day 15
3-
[assembly: AssemblyVersion("3.4.1.40215")]
4-
[assembly: AssemblyFileVersion("3.4.1.40215")]
2+
// Version 3.4.2, year 2018+4 month 2 day 21
3+
[assembly: AssemblyVersion("3.4.2.40221")]
4+
[assembly: AssemblyFileVersion("3.4.2.40221")]

0 commit comments

Comments
 (0)