diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-26 15:05:36 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-26 15:05:36 -0400 |
commit | 7100a2b0e55d62c9c04a30e6f3db5ea58df8afd6 (patch) | |
tree | b5bd26a656faf42291a2fe4dae1ae39553368f44 /git-annex.cabal | |
parent | bd3243cffd7a3127e028a9efab0ad1e9e8fad018 (diff) |
prep release
Note that 4ba917a7a5f67e96c3848ae13c6eaa9eba6300c5 maligned FTP
incorrectly. The type checker didn't catch that bug because of the monad
instance for lists.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 3309d10bd..b2c3647a7 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,5 +1,5 @@ Name: git-annex -Version: 6.20160114 +Version: 6.20160126 Cabal-Version: >= 1.8 License: GPL-3 Maintainer: Joey Hess <id@joeyh.name> |