Skip to content

Commit 6f48c4a

Browse files
committed
Bumped version number to 2.3.0.10506 for the new binary release.
1 parent 94247d7 commit 6f48c4a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ You can ask questions about Dafny on [Stack Overflow](https://stackoverflow.com/
1818
# Try Dafny
1919

2020
The easiest way to get started with Dafny is to use [rise4fun](http://rise4fun.com/dafny), where you can write and verify Dafny programs without having install anything. On [rise4fun](http://rise4fun.com/dafny), you will also find the online Dafny tutorial.
21+
It is also easy to [install Dafny on your own machine](https://github.com/Microsoft/dafny/wiki/INSTALL) in VS Code, which gives you a much better user experience than in the web browser.
2122

2223
# Setup
2324

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 2.2.0, year 2017+1 month 09 day 23
3-
[assembly: AssemblyVersion("2.2.0.10923")]
4-
[assembly: AssemblyFileVersion("2.2.0.10923")]
2+
// Version 2.3.0, year 2018+1 month 05 day 06
3+
[assembly: AssemblyVersion("2.3.0.10506")]
4+
[assembly: AssemblyFileVersion("2.3.0.10506")]

0 commit comments

Comments
 (0)