Skip to content

Commit 90e6161

Browse files
author
Kazuyoshi Kato
authored
Merge pull request #49 from IRCody/versions
Update version to 0.19.0
2 parents b6c180c + 2d46815 commit 90e6161

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ func main() {
5454
}
5555

5656
if opts.Version {
57-
fmt.Println(Version)
57+
fmt.Println("Version:", Version)
58+
fmt.Println("SupportedFirecrackerVersion:", SupportedFirecrackerVersion)
5859
os.Exit(0)
5960
}
6061

version.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ package main
1616
// Version represents the major, minor, and patch version of
1717
// FireCTL.
1818
const Version = "0.1.0"
19+
20+
// SupportedFirecrackerVersion is the firecracker version that the sdk
21+
const SupportedFirecrackerVersion = "0.19.0"

0 commit comments

Comments
 (0)