summaryrefslogtreecommitdiff
path: root/cachedir
diff options
context:
space:
mode:
Diffstat (limited to 'cachedir')
-rwxr-xr-xcachedir4
1 files changed, 2 insertions, 2 deletions
diff --git a/cachedir b/cachedir
index ff5460d..85ede6f 100755
--- a/cachedir
+++ b/cachedir
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# Copyright 2012 Lars Wirzenius
+# Copyright 2012, 2013 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@ import os
import sys
-__version__ = '1.1'
+__version__ = '1.2'
class Cachedir(cliapp.Application):