Skip to content

Commit

Permalink
bumping version to 1.3.1 due to bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimateanu committed Nov 20, 2023
1 parent a769e75 commit a6507c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App/App.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<AssemblyName>hashdir</AssemblyName>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<Company></Company>
<Authors>Anu Bandi</Authors>
<PackageProjectUrl>https://ultimateanu.github.io/hashdir</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/make_release.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ open System.Security.Cryptography
open HashUtil.Util

// Configuration ----------------------------------------------------
let versionStr = "1.3.0"
let versionStr = "1.3.1"
// ------------------------------------------------------------------

let releaseDir = "release"
Expand Down

0 comments on commit a6507c2

Please sign in to comment.