Skip to content

Commit

Permalink
Version bump for 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSurda committed Aug 21, 2016
1 parent 35eca9c commit d1a9008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import division

softwareVersion = '0.6.0'
softwareVersion = '0.6.1'
verbose = 1
maximumAgeOfAnObjectThatIAmWillingToAccept = 216000 # This is obsolete with the change to protocol v3 but the singleCleaner thread still hasn't been updated so we need this a little longer.
lengthOfTimeToHoldOnToAllPubkeys = 2419200 # Equals 4 weeks. You could make this longer if you want but making it shorter would not be advisable because there is a very small possibility that it could keep you from obtaining a needed pubkey for a period of time.
Expand Down

0 comments on commit d1a9008

Please sign in to comment.