offlineimap.py: fix version number

The release number information is hard coded. Here is a quick fix to update it
to the last release.

We may introduce more elaborated stuff to define the release dynamically.

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2010-12-13 19:13:49 +01:00
parent b8aaf4cf43
commit 03ee2cd5b1
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@
from offlineimap import OfflineImap
offlineimap = OfflineImap()
offlineimap.startup('6.2.0')
offlineimap.startup('6.3.1')