Skip to content

Commit 52270d6

Browse files
committed
Add version to opam file
1 parent 897954e commit 52270d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
opam-version: "1.2"
22
name: "octavius"
3+
version: "0.1.0"
34
maintainer: "[email protected]"
45
authors: [ "Leo White <[email protected]>" ]
56
homepage: "https://github.com/ocaml-doc/octavius"
@@ -17,4 +18,4 @@ depends: [
1718

1819
build: [[
1920
"ocaml" "pkg/pkg.ml" "build"
20-
"--pinned" "%{pinned}%" ]]
21+
"--pinned" "%{pinned}%" ]]

0 commit comments

Comments
 (0)