Skip to content

Commit 60bff90

Browse files
committed
bump to version 0.6.1
1 parent 8ca6861 commit 60bff90

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.drom

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Keep this file in your GIT repo to help drom track generated files
22
# begin version
3-
version:0.6.0~dev
3+
version:0.6.0
44
# end version
55

66
# hash of toml configuration files
77
# used for generation of all files
8-
5ccc5920cc1b492c3e51d10a7e205aee:.
8+
a754205a9a39a2b425dde729acad208b:.
99
# end context for .
1010

1111
# begin context for .github/workflows/workflow.yml
@@ -100,17 +100,17 @@ fcff7ba13bbb9d857afe45cc5538ed11:dune
100100

101101
# begin context for dune-project
102102
# file dune-project
103-
0f66928e9cdc45ba315808ad50670690:dune-project
103+
6691a479369191ef0334eb2f88e1146c:dune-project
104104
# end context for dune-project
105105

106106
# begin context for opam/drom.opam
107107
# file opam/drom.opam
108-
a90881c88814897654920a1e2c599a18:opam/drom.opam
108+
d8afc1ae7dea9595734a48f02f5d3443:opam/drom.opam
109109
# end context for opam/drom.opam
110110

111111
# begin context for opam/drom_lib.opam
112112
# file opam/drom_lib.opam
113-
425b3d800e69213b30c9870845a36f0e:opam/drom_lib.opam
113+
8df50f9013d852bc01e24cb266070de0:opam/drom_lib.opam
114114
# end context for opam/drom_lib.opam
115115

116116
# begin context for scripts/after.sh
@@ -195,7 +195,7 @@ a4a604d4740d5f79a02ee3acdaae14f6:src/drom/package.toml
195195

196196
# begin context for src/drom_lib/version.mlt
197197
# file src/drom_lib/version.mlt
198-
26b5f446d163b4a31781a5e30b3a1a8c:src/drom_lib/version.mlt
198+
566611b394040cbde930b73c930e0759:src/drom_lib/version.mlt
199199
# end context for src/drom_lib/version.mlt
200200

201201
# begin context for test/expect-tests/dune

drom.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "LGPL2"
1111
min-edition = "4.07.0"
1212
name = "drom"
1313
synopsis = "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
14-
version = "0.6.0"
14+
version = "0.6.1"
1515

1616
# keys that you could also define:
1717
# odoc-target = "...odoc-target..."

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(name drom)
66
(allow_approximate_merlin)
77
(generate_opam_files false)
8-
(version 0.6.0)
8+
(version 0.6.1)
99
(formatting (enabled_for ocaml reason))
1010

1111
(package

opam/drom.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not modify, or add to the `skip` field of `drom.toml`.
33
opam-version: "2.0"
44
name: "drom"
5-
version: "0.6.0"
5+
version: "0.6.1"
66
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
77
synopsis:
88
"The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"

opam/drom_lib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Do not modify, or add to the `skip` field of `drom.toml`.
33
opam-version: "2.0"
44
name: "drom_lib"
5-
version: "0.6.0"
5+
version: "0.6.1"
66
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
77
synopsis:
88
"The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"

src/drom_lib/version.mlt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let query cmd =
1313

1414
let commit_hash = query "git show -s --pretty=format:%H"
1515
let commit_date = query "git show -s --pretty=format:%ci"
16-
let version = "0.6.0"
16+
let version = "0.6.1"
1717

1818
let string_option = function
1919
| None -> "None"

0 commit comments

Comments
 (0)