From 84aa20f062029c5b9c24959dc1c3cbd123199e22 Mon Sep 17 00:00:00 2001 From: Thomas Lefebvre Date: Thu, 26 Aug 2021 11:15:49 -0700 Subject: [PATCH] Bump version to 0.9.1. --- README.md | 2 +- containerd/driver.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1205275..5a4f838 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # nomad-driver-containerd [![CI Actions Status](https://github.com/Roblox/nomad-driver-containerd/workflows/CI/badge.svg)](https://github.com/Roblox/nomad-driver-containerd/actions) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/Roblox/nomad-driver-containerd/blob/master/LICENSE) -[![Release](https://img.shields.io/badge/version-0.9-blue)](https://github.com/Roblox/nomad-driver-containerd/releases/tag/v0.9) +[![Release](https://img.shields.io/badge/version-0.9.1-blue)](https://github.com/Roblox/nomad-driver-containerd/releases/tag/v0.9.1) [![Docs](https://img.shields.io/badge/docs-website-green.svg)](https://www.nomadproject.io/docs/drivers/external/containerd)    diff --git a/containerd/driver.go b/containerd/driver.go index c07182a..effb6b2 100644 --- a/containerd/driver.go +++ b/containerd/driver.go @@ -47,7 +47,7 @@ const ( // PluginVersion allows the client to identify and use newer versions of // an installed plugin - PluginVersion = "v0.9.0" + PluginVersion = "v0.9.1" // fingerprintPeriod is the interval at which the plugin will send // fingerprint responses