Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
Bump frakti to version 1.0 and hyperd minversion to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Jun 28, 2017
1 parent 5b91d8a commit 0625cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/frakti/frakti.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

const (
fraktiVersion = "0.3"
fraktiVersion = "1.0"

// use port 22522 for dockershim streaming
alternativeStreamingServerPort = 22522
Expand Down
2 changes: 1 addition & 1 deletion pkg/hyper/hyper.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (

const (
hyperRuntimeName = "hyper"
minimumHyperVersion = "0.6.0"
minimumHyperVersion = "0.8.1"
secondToNano = 1e9

// timeout in second for interacting with hyperd's gRPC API.
Expand Down

0 comments on commit 0625cf6

Please sign in to comment.