From 8e34fa066eafc7975372261e61e8c4282f1c9414 Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Tue, 12 Apr 2022 16:09:48 -0500 Subject: [PATCH] Change version to 0.4.4.0 --- CHANGELOG.md | 2 +- default.nix | 2 +- hapistrano.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd39c2..5b096e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/default.nix b/default.nix index 9ab89f9..426a564 100644 --- a/default.nix +++ b/default.nix @@ -6,7 +6,7 @@ }: mkDerivation { pname = "hapistrano"; - version = "0.5.0.0"; + version = "0.4.4.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/hapistrano.cabal b/hapistrano.cabal index 9be8ac8..2b5f5c0 100644 --- a/hapistrano.cabal +++ b/hapistrano.cabal @@ -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: .