Skip to content

Commit 3c59568

Browse files
committed
Bump OCaml/Unikraft version to 1.1.0
1 parent 07664b9 commit 3c59568

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

gen_opams.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
(* OCaml script to generate all the *.opam files *)
66

7-
let version_ocaml_unikraft = "1.0.0"
7+
let version_ocaml_unikraft = "1.1.0"
88
let version_unikraft = "0.20.0"
99

1010
(**)

ocaml-unikraft-arm64.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by gen_opams.ml, edit it instead
22
opam-version: "2.0"
33
name: "ocaml-unikraft-arm64"
4-
version: "1.0.0"
4+
version: "1.1.0"
55
maintainer: "[email protected]"
66
homepage: "https://github.com/mirage/ocaml-unikraft/"
77
dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git"

ocaml-unikraft-default-arm64.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by gen_opams.ml, edit it instead
22
opam-version: "2.0"
33
name: "ocaml-unikraft-default-arm64"
4-
version: "1.0.0"
4+
version: "1.1.0"
55
maintainer: "[email protected]"
66
homepage: "https://github.com/mirage/ocaml-unikraft/"
77
dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git"

ocaml-unikraft-default-x86_64.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by gen_opams.ml, edit it instead
22
opam-version: "2.0"
33
name: "ocaml-unikraft-default-x86_64"
4-
version: "1.0.0"
4+
version: "1.1.0"
55
maintainer: "[email protected]"
66
homepage: "https://github.com/mirage/ocaml-unikraft/"
77
dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git"

ocaml-unikraft-x86_64.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by gen_opams.ml, edit it instead
22
opam-version: "2.0"
33
name: "ocaml-unikraft-x86_64"
4-
version: "1.0.0"
4+
version: "1.1.0"
55
maintainer: "[email protected]"
66
homepage: "https://github.com/mirage/ocaml-unikraft/"
77
dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git"

ocaml-unikraft.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated by gen_opams.ml, edit it instead
22
opam-version: "2.0"
33
name: "ocaml-unikraft"
4-
version: "1.0.0"
4+
version: "1.1.0"
55
maintainer: "[email protected]"
66
homepage: "https://github.com/mirage/ocaml-unikraft/"
77
dev-repo: "git+https://github.com/mirage/ocaml-unikraft.git"

0 commit comments

Comments
 (0)