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

Commit

Permalink
Merge pull request #185 from feiskyer/bump
Browse files Browse the repository at this point in the history
Bump frakti to version 1.0
  • Loading branch information
Harry Zhang committed Jun 29, 2017
2 parents 5b91d8a + 0625cf6 commit 80d2dca
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 80d2dca

Please sign in to comment.