Skip to content

Commit

Permalink
Fix version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Sep 16, 2015
1 parent a0758bd commit 89b8a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-archive-all
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from __future__ import print_function
from __future__ import unicode_literals

__version__ = "1.9"
__version__ = "1.12"

import logging
from os import extsep, path, readlink, curdir
Expand Down

0 comments on commit 89b8a8b

Please sign in to comment.