Skip to content

Commit

Permalink
hercules-ci-agent-0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jan 30, 2020
1 parent 2d7c443 commit c5ea4b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion for-upstream/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in
type = types.str;
};
package = let
version = "0.6.1";
version = "0.6.2";
in
mkOption {
description = "Package containing the bin/hercules-ci-agent program";
Expand Down
2 changes: 1 addition & 1 deletion hercules-ci-agent/hercules-ci-agent.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: hercules-ci-agent
version: 0.6.1
version: 0.6.2
homepage: https://docs.hercules-ci.com
bug-reports: https://github.com/hercules-ci/hercules-ci-agent/issues
author: Hercules Labs
Expand Down
2 changes: 1 addition & 1 deletion hercules-ci-agent/pkg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}:
mkDerivation {
pname = "hercules-ci-agent";
version = "0.6.1";
version = "0.6.2";
src = ./hercules-ci-agent;
isLibrary = true;
isExecutable = true;
Expand Down

0 comments on commit c5ea4b2

Please sign in to comment.