Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriktsarpalis committed Jan 8, 2016
1 parent 5fbbb95 commit f2de425
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Argu/AssemblyInfo.fs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
namespace System
open System.Reflection

[<assembly: AssemblyVersionAttribute("1.1.3")>]
[<assembly: AssemblyFileVersionAttribute("1.1.3")>]
[<assembly: AssemblyVersionAttribute("2.0")>]
[<assembly: AssemblyFileVersionAttribute("2.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.1.3"
let [<Literal>] Version = "2.0"

0 comments on commit f2de425

Please sign in to comment.