From 6a800d8cc06316b50d6a14e2a9d15addc80deb27 Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Sun, 24 Aug 2014 18:41:20 -0700 Subject: [PATCH] coreos-cloudinit: bump to 0.9.4+git --- coreos-cloudinit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreos-cloudinit.go b/coreos-cloudinit.go index 1988aa8..2296833 100644 --- a/coreos-cloudinit.go +++ b/coreos-cloudinit.go @@ -20,7 +20,7 @@ import ( ) const ( - version = "0.9.4" + version = "0.9.4+git" datasourceInterval = 100 * time.Millisecond datasourceMaxInterval = 30 * time.Second datasourceTimeout = 5 * time.Minute