From a93ad4c509bc18986f5b6937c0a6e01df021bfe0 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Wed, 13 Mar 2019 09:08:11 +0000 Subject: [PATCH] cargo: bump minor for boot check-in This bumps version minor component, after the introduction of a new feature (boot check-in). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e31c948d..c6578b57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" authors = [ "Stephen Demos ", "Luca Bruno " ] description = "A simple cloud-provider metadata agent" -version = "3.0.3-alpha.0" +version = "3.1.0-alpha.0" [[bin]] name = "coreos-metadata"