From f0c532cb09e3e5c0f99c200ab25eba3b432f6cd1 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Sun, 12 Oct 2014 21:56:53 -0700 Subject: [PATCH] coreos-cloudinit: bump to 0.10.6 --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index 1bac049..c979976 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -22,7 +22,7 @@ import ( ) const ( - version = "0.10.4+git" + version = "0.10.6" datasourceInterval = 100 * time.Millisecond datasourceMaxInterval = 30 * time.Second datasourceTimeout = 5 * time.Minute