Fixed auto updater not updating version info

This commit is contained in:
Robin Kupper
2011-08-21 18:59:13 +02:00
parent 12c7b4b4e5
commit 426bfcc3c3

View File

@@ -89,6 +89,7 @@ class Updater
st.close();
conn.close();
} catch (final SQLException ex) {}
config.setProperty("version", "1.27");
}
config.save();
return true;