From 0c7fd08d49fb9c2d0ae3048c06412789fd2a79e1 Mon Sep 17 00:00:00 2001 From: Kate Pek Date: Fri, 29 Apr 2016 23:21:10 -0500 Subject: [PATCH] importer/foursquare: increment importer version Change-Id: Ied05f79b3fe206186591282417f341443194f609 --- pkg/importer/foursquare/foursquare.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/importer/foursquare/foursquare.go b/pkg/importer/foursquare/foursquare.go index d3a4af250..6ca7b2b8e 100644 --- a/pkg/importer/foursquare/foursquare.go +++ b/pkg/importer/foursquare/foursquare.go @@ -55,7 +55,7 @@ const ( // complete run. Otherwise, if the importer runs to // completion, this version number is recorded on the account // permanode and subsequent importers can stop early. - runCompleteVersion = "1" + runCompleteVersion = "2" // Permanode attributes on account node: acctAttrUserId = "foursquareUserId"