Skip to content

Commit

Permalink
Merge pull request #100 from Roblox/bump_version
Browse files Browse the repository at this point in the history
Bump version to 0.9.
  • Loading branch information
shishir-a412ed authored Jul 9, 2021
2 parents af0a604 + ff9a721 commit 3ae086e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.8-blue)](https://github.com/Roblox/nomad-driver-containerd/releases/tag/v0.8)
[![Release](https://img.shields.io/badge/version-0.9-blue)](https://github.com/Roblox/nomad-driver-containerd/releases/tag/v0.9)
[![Docs](https://img.shields.io/badge/docs-website-green.svg)](https://www.nomadproject.io/docs/drivers/external/containerd)

<img src="images/nomad.png" width="300" height="100" />&nbsp;<img src="images/docker.png" width="150" height="100" />&nbsp;<img src="images/containerd.png" width="350" height="100" />
Expand Down
2 changes: 1 addition & 1 deletion containerd/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (

// PluginVersion allows the client to identify and use newer versions of
// an installed plugin
PluginVersion = "v0.8.0"
PluginVersion = "v0.9.0"

// fingerprintPeriod is the interval at which the plugin will send
// fingerprint responses
Expand Down

0 comments on commit 3ae086e

Please sign in to comment.