Change version to 0.4.4.0

This commit is contained in:
CristhianMotoche 2022-04-12 16:09:48 -05:00
parent 15dd309727
commit 8e34fa066e
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:
.