Skip to content

Commit

Permalink
chore: Bump version reference
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
  • Loading branch information
craciunoiuc committed May 7, 2023
1 parent 78772e8 commit 419dbcf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
unikraft = {
version = ">= 0.1.0"
version = ">= 0.1.1"
source = "github.com/unikraft/unikraft"
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Then, run [`packer init`](https://www.packer.io/docs/commands/init).
packer {
required_plugins {
unikraft = {
version = ">= 0.1.0"
version = ">= 0.1.1"
source = "github.com/unikraft/unikraft"
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/build.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
packer {
required_plugins {
unikraft = {
version = ">=v0.1.0"
version = ">=v0.1.1"
source = "github.com/unikraft/unikraft"
}
}
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

var (
// Version is the main version number that is being run at the moment.
Version = "0.1.0"
Version = "0.1.1"

// VersionPrerelease is A pre-release marker for the Version. If this is ""
// (empty string) then it means that it is a final release. Otherwise, this
Expand Down

0 comments on commit 419dbcf

Please sign in to comment.