We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a769e75 commit a6507c2Copy full SHA for a6507c2
2 files changed
src/App/App.fsproj
@@ -4,7 +4,7 @@
4
<OutputType>Exe</OutputType>
5
<TargetFramework>net7.0</TargetFramework>
6
<AssemblyName>hashdir</AssemblyName>
7
- <Version>1.3.0</Version>
+ <Version>1.3.1</Version>
8
<Company></Company>
9
<Authors>Anu Bandi</Authors>
10
<PackageProjectUrl>https://ultimateanu.github.io/hashdir</PackageProjectUrl>
src/make_release.fsx
@@ -13,7 +13,7 @@ open System.Security.Cryptography
13
open HashUtil.Util
14
15
// Configuration ----------------------------------------------------
16
-let versionStr = "1.3.0"
+let versionStr = "1.3.1"
17
// ------------------------------------------------------------------
18
19
let releaseDir = "release"
0 commit comments