Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirik Tsarpalis committed Dec 9, 2016
1 parent 96524e0 commit 4362b12
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.4.0
* Assignment separator parsing bugfix.

### 3.3.0
* Support CoreCLR.

Expand Down
8 changes: 4 additions & 4 deletions src/Argu/AssemblyInfo.fs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
namespace System
open System.Reflection

[<assembly: AssemblyVersionAttribute("3.3.0")>]
[<assembly: AssemblyFileVersionAttribute("3.3.0")>]
[<assembly: AssemblyVersionAttribute("3.4.0")>]
[<assembly: AssemblyFileVersionAttribute("3.4.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "3.3.0"
let [<Literal>] InformationalVersion = "3.3.0"
let [<Literal>] Version = "3.4.0"
let [<Literal>] InformationalVersion = "3.4.0"
2 changes: 1 addition & 1 deletion src/Argu/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.3.0",
"version": "3.4.0",
"buildOptions": {
"debugType": "portable",
"compilerName": "fsc",
Expand Down
2 changes: 1 addition & 1 deletion tests/Argu.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.3.0",
"version": "3.4.0",
"buildOptions": {
"debugType": "portable",
"compilerName": "fsc",
Expand Down

0 comments on commit 4362b12

Please sign in to comment.