Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit 5e11214

Browse files
committed
coreos-cloudinit: bump to 0.9.4
1 parent 7e78b15 commit 5e11214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreos-cloudinit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
)
2121

2222
const (
23-
version = "0.9.3+git"
23+
version = "0.9.4"
2424
datasourceInterval = 100 * time.Millisecond
2525
datasourceMaxInterval = 30 * time.Second
2626
datasourceTimeout = 5 * time.Minute

0 commit comments

Comments
 (0)