Skip to content

Commit 4362b12

Browse files
author
Eirik Tsarpalis
committed
bump version
1 parent 96524e0 commit 4362b12

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

RELEASE_NOTES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 3.4.0
2+
* Assignment separator parsing bugfix.
3+
14
### 3.3.0
25
* Support CoreCLR.
36

src/Argu/AssemblyInfo.fs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
namespace System
22
open System.Reflection
33

4-
[<assembly: AssemblyVersionAttribute("3.3.0")>]
5-
[<assembly: AssemblyFileVersionAttribute("3.3.0")>]
4+
[<assembly: AssemblyVersionAttribute("3.4.0")>]
5+
[<assembly: AssemblyFileVersionAttribute("3.4.0")>]
66
do ()
77

88
module internal AssemblyVersionInformation =
9-
let [<Literal>] Version = "3.3.0"
10-
let [<Literal>] InformationalVersion = "3.3.0"
9+
let [<Literal>] Version = "3.4.0"
10+
let [<Literal>] InformationalVersion = "3.4.0"

src/Argu/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.3.0",
2+
"version": "3.4.0",
33
"buildOptions": {
44
"debugType": "portable",
55
"compilerName": "fsc",

tests/Argu.Tests/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.3.0",
2+
"version": "3.4.0",
33
"buildOptions": {
44
"debugType": "portable",
55
"compilerName": "fsc",

0 commit comments

Comments
 (0)