Skip to content

Commit

Permalink
bump to version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Aug 10, 2022
1 parent 8ca6861 commit 60bff90
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .drom
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Keep this file in your GIT repo to help drom track generated files
# begin version
version:0.6.0~dev
version:0.6.0
# end version

# hash of toml configuration files
# used for generation of all files
5ccc5920cc1b492c3e51d10a7e205aee:.
a754205a9a39a2b425dde729acad208b:.
# end context for .

# begin context for .github/workflows/workflow.yml
Expand Down Expand Up @@ -100,17 +100,17 @@ fcff7ba13bbb9d857afe45cc5538ed11:dune

# begin context for dune-project
# file dune-project
0f66928e9cdc45ba315808ad50670690:dune-project
6691a479369191ef0334eb2f88e1146c:dune-project
# end context for dune-project

# begin context for opam/drom.opam
# file opam/drom.opam
a90881c88814897654920a1e2c599a18:opam/drom.opam
d8afc1ae7dea9595734a48f02f5d3443:opam/drom.opam
# end context for opam/drom.opam

# begin context for opam/drom_lib.opam
# file opam/drom_lib.opam
425b3d800e69213b30c9870845a36f0e:opam/drom_lib.opam
8df50f9013d852bc01e24cb266070de0:opam/drom_lib.opam
# end context for opam/drom_lib.opam

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

# begin context for src/drom_lib/version.mlt
# file src/drom_lib/version.mlt
26b5f446d163b4a31781a5e30b3a1a8c:src/drom_lib/version.mlt
566611b394040cbde930b73c930e0759:src/drom_lib/version.mlt
# end context for src/drom_lib/version.mlt

# begin context for test/expect-tests/dune
Expand Down
2 changes: 1 addition & 1 deletion drom.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "LGPL2"
min-edition = "4.07.0"
name = "drom"
synopsis = "The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
version = "0.6.0"
version = "0.6.1"

# keys that you could also define:
# odoc-target = "...odoc-target..."
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(name drom)
(allow_approximate_merlin)
(generate_opam_files false)
(version 0.6.0)
(version 0.6.1)
(formatting (enabled_for ocaml reason))

(package
Expand Down
2 changes: 1 addition & 1 deletion opam/drom.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Do not modify, or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
name: "drom"
version: "0.6.0"
version: "0.6.1"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
synopsis:
"The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
Expand Down
2 changes: 1 addition & 1 deletion opam/drom_lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Do not modify, or add to the `skip` field of `drom.toml`.
opam-version: "2.0"
name: "drom_lib"
version: "0.6.0"
version: "0.6.1"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
synopsis:
"The drom tool is a wrapper over opam/dune in an attempt to provide a cargo-like user experience"
Expand Down
2 changes: 1 addition & 1 deletion src/drom_lib/version.mlt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let query cmd =

let commit_hash = query "git show -s --pretty=format:%H"
let commit_date = query "git show -s --pretty=format:%ci"
let version = "0.6.0"
let version = "0.6.1"

let string_option = function
| None -> "None"
Expand Down

0 comments on commit 60bff90

Please sign in to comment.