From cc698bca58589955d40614344d05aa7dc48ec7fc Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Fri, 22 Sep 2023 01:48:23 -0700 Subject: [PATCH] ogma-cli: Version bump (1.0.11). Refs #103. --- ogma-cli/ogma-cli.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ogma-cli/ogma-cli.cabal b/ogma-cli/ogma-cli.cabal index 85f04041..0ba54f21 100644 --- a/ogma-cli/ogma-cli.cabal +++ b/ogma-cli/ogma-cli.cabal @@ -32,7 +32,7 @@ cabal-version: 2.0 build-type: Simple name: ogma-cli -version: 1.0.10 +version: 1.0.11 homepage: http://nasa.gov license: OtherLicense license-file: LICENSE.pdf @@ -141,7 +141,7 @@ executable ogma build-depends: base >= 4.11.0.0 && < 5 , optparse-applicative - , ogma-core >= 1.0.10 && < 1.1 + , ogma-core >= 1.0.11 && < 1.1 hs-source-dirs: src