Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Jan 22, 2024
1 parent 6e2ffde commit c057ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AppVeyor CI build file, https://ci.appveyor.com/project/odinserj/hangfire
version: 0.3.1-build-0{build}
version: 0.3.2-build-0{build}

#---------------------------------#
# build configuration #
Expand Down
2 changes: 1 addition & 1 deletion psake-project.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Task Collect -Depends CleanBuild -Description "Copy all artifacts to the build f
}

Task Pack -Depends Collect -Description "Create NuGet package." {
Create-Package "Hangfire.Build" "0.3.1"
Create-Package "Hangfire.Build" "0.3.2"
}

0 comments on commit c057ab3

Please sign in to comment.