From 123f111efec742254eb681692c3b385ea45194d3 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Wed, 26 Nov 2014 14:19:29 -0800 Subject: [PATCH] coreos-cloudinit: bump to 1.0.0+git --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index 4d36c32..4dda72d 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -40,7 +40,7 @@ import ( ) const ( - version = "1.0.0" + version = "1.0.0+git" datasourceInterval = 100 * time.Millisecond datasourceMaxInterval = 30 * time.Second datasourceTimeout = 5 * time.Minute