Merge pull request #190 from stackbuilders/fix/change-pvp

[FIX] Change version to 0.4.4.0
This commit is contained in:
Cristhian Motoche 2022-04-12 16:46:14 -05:00 committed by GitHub
commit 206e58cf07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
## 0.5.0.0
## 0.4.4.0
### Added
* Ability to keep all failed releases or just one ([issue #154](https://github.com/stackbuilders/hapistrano/issues/154))
* Config Option: `keep_one_failed`

View File

@ -6,7 +6,7 @@
}:
mkDerivation {
pname = "hapistrano";
version = "0.5.0.0";
version = "0.4.4.0";
src = ./.;
isLibrary = true;
isExecutable = true;

View File

@ -1,6 +1,6 @@
cabal-version: 1.18
name: hapistrano
version: 0.5.0.0
version: 0.4.4.0
synopsis: A deployment library for Haskell applications
description:
.