From 03ee2cd5b1e419b1f3abb2dc87149018f4a34042 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Mon, 13 Dec 2010 19:13:49 +0100 Subject: [PATCH] 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 --- offlineimap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offlineimap.py b/offlineimap.py index 566bd36..9b92b3c 100755 --- a/offlineimap.py +++ b/offlineimap.py @@ -20,4 +20,4 @@ from offlineimap import OfflineImap offlineimap = OfflineImap() -offlineimap.startup('6.2.0') +offlineimap.startup('6.3.1')