From 1f138bac5f9dfd7f58238955221fcb7c20b77cad Mon Sep 17 00:00:00 2001 From: Bert Frees Date: Thu, 31 Aug 2017 16:12:42 +0200 Subject: [PATCH] Change default target version from "current" to "latest" as explained in issue https://github.com/daisy/pipeline-assembly/issues/123 --- updater.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.go b/updater.go index bde0453..c7bc8c5 100644 --- a/updater.go +++ b/updater.go @@ -14,7 +14,7 @@ import ( ) const ( - Latest = "current" + Latest = "latest" ) var (