snapshot: Don't increment version

For software installation snapshot option, it is not necessary to run
snapshot module setup again.

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2018-04-09 18:43:52 -04:00
parent 0b3880a4cf
commit 51bf58708c
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -26,7 +26,7 @@ from django.utils.translation import ugettext_lazy as _
from plinth import actions
from plinth.menu import main_menu
version = 4
version = 3
managed_packages = ['snapper']