From 54c62cbb70322d939be95fdf34eb85167feca702 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Tue, 30 Dec 2014 16:52:10 +0100 Subject: [PATCH] coreos-cloudinit: bump to v1.1.0+git --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index 95b1809..e877cc5 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -40,7 +40,7 @@ import ( ) const ( - version = "1.1.0" + version = "1.1.0+git" datasourceInterval = 100 * time.Millisecond datasourceMaxInterval = 30 * time.Second datasourceTimeout = 5 * time.Minute