Skip to content

Commit a6507c2

Browse files
committed
bumping version to 1.3.1 due to bug fix
1 parent a769e75 commit a6507c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/App/App.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net7.0</TargetFramework>
66
<AssemblyName>hashdir</AssemblyName>
7-
<Version>1.3.0</Version>
7+
<Version>1.3.1</Version>
88
<Company></Company>
99
<Authors>Anu Bandi</Authors>
1010
<PackageProjectUrl>https://ultimateanu.github.io/hashdir</PackageProjectUrl>

src/make_release.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ open System.Security.Cryptography
1313
open HashUtil.Util
1414

1515
// Configuration ----------------------------------------------------
16-
let versionStr = "1.3.0"
16+
let versionStr = "1.3.1"
1717
// ------------------------------------------------------------------
1818

1919
let releaseDir = "release"

0 commit comments

Comments
 (0)