mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-11-29 09:57:02 +03:00
Change version to 0.4.4.0
This commit is contained in:
parent
15dd309727
commit
8e34fa066e
@ -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`
|
||||
|
@ -6,7 +6,7 @@
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "hapistrano";
|
||||
version = "0.5.0.0";
|
||||
version = "0.4.4.0";
|
||||
src = ./.;
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
|
@ -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:
|
||||
.
|
||||
|
Loading…
Reference in New Issue
Block a user