diff options
author | Russ Allbery <rra@stanford.edu> | 2007-10-09 23:47:25 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-10-09 23:47:25 +0000 |
commit | c3351b98c09c00c1b45ffd0219f333c2d9df08b9 (patch) | |
tree | 1eeecbccf7da6abc44bbbb0d4630d8a475b41305 | |
parent | c7e2c51c411fbe69972eb78143e4120931001a74 (diff) |
Bump version number for the keytab changes.
-rw-r--r-- | perl/Wallet/Object/Keytab.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Wallet/Object/Keytab.pm b/perl/Wallet/Object/Keytab.pm index 673fee2..a818f15 100644 --- a/perl/Wallet/Object/Keytab.pm +++ b/perl/Wallet/Object/Keytab.pm @@ -24,7 +24,7 @@ use Wallet::Object::Base; # This version should be increased on any code change to this module. Always # use two digits for the minor version with a leading zero if necessary so # that it will sort properly. -$VERSION = '0.01'; +$VERSION = '0.02'; ############################################################################## # kadmin Interaction |