From d2a674636bb7eb6d586db3281cca2a77b59fa085 Mon Sep 17 00:00:00 2001 From: Shishir Mahajan Date: Thu, 7 Jan 2021 18:18:32 -0800 Subject: [PATCH] Bump version to 0.6. --- README.md | 2 +- containerd/driver.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53d863d..6c3e0db 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # nomad-driver-containerd [![CircleCI](https://circleci-github.rcs.simulpong.com/gh/Roblox/nomad-driver-containerd/tree/master.svg?style=shield&circle-token=559609ed9ed99da393798c76f4db004f3cd66801)](https://circleci-github.rcs.simulpong.com/gh/Roblox/nomad-driver-containerd/tree/master) [![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.5-blue)](https://github.com/Roblox/nomad-driver-containerd/releases/tag/v0.5) +[![Release](https://img.shields.io/badge/version-0.6-blue)](https://github.com/Roblox/nomad-driver-containerd/releases/tag/v0.6)    diff --git a/containerd/driver.go b/containerd/driver.go index 17c83f0..bb31955 100644 --- a/containerd/driver.go +++ b/containerd/driver.go @@ -45,7 +45,7 @@ const ( // PluginVersion allows the client to identify and use newer versions of // an installed plugin - PluginVersion = "v0.5.0" + PluginVersion = "v0.6.0" // fingerprintPeriod is the interval at which the plugin will send // fingerprint responses