Skip to content

Commit 24f7886

Browse files
committed
bunmp version number
1 parent e29aa11 commit 24f7886

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

language-docker.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 6dd65f0e037c77c03ca426e9eb406447cd875dec192604e5975a8ad0056e3345
7+
-- hash: 37c989b46891ef750c66b64a1dcbdfc30c1ee22a0ed4821aeb27c7c63c02d2a9
88

99
name: language-docker
10-
version: 12.0.0
10+
version: 12.1.0
1111
synopsis: Dockerfile parser, pretty-printer and embedded DSL
1212
description: All functions for parsing and pretty-printing Dockerfiles are exported through @Language.Docker@. For more fine-grained operations look for specific modules that implement a certain functionality.
1313
See the <https://github.com/hadolint/language-docker GitHub project> for the source-code and examples.

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: language-docker
3-
version: '12.0.0'
3+
version: '12.1.0'
44
synopsis: Dockerfile parser, pretty-printer and embedded DSL
55
description: 'All functions for parsing and pretty-printing Dockerfiles are
66
exported through @Language.Docker@. For more fine-grained operations look for

0 commit comments

Comments
 (0)