Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
prepare for 0.1.1-dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmood Ali committed Apr 9, 2019
1 parent 1f41343 commit 6e65342
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.1 (Unreleased)

...

## 0.1.0 (April 9, 2019)

* initial release of Nomad LXC driver as an external plugin
2 changes: 1 addition & 1 deletion lxc/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var (
pluginInfo = &base.PluginInfoResponse{
Type: base.PluginTypeDriver,
PluginApiVersions: []string{drivers.ApiVersion010},
PluginVersion: "0.1.0",
PluginVersion: "0.1.1-dev",
Name: pluginName,
}

Expand Down

0 comments on commit 6e65342

Please sign in to comment.