From ec03e042274d44152fc3357dcfcb58b6971f6e04 Mon Sep 17 00:00:00 2001 From: Michael Snoyman <michael@snoyman.com> Date: Mon, 28 Jun 2021 12:05:59 +0300 Subject: [PATCH] Version bump --- changelog.md | 2 -- process.cabal | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index b6a096f0..dc346756 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,5 @@ # Changelog for [`process` package](http://hackage.haskell.org/package/process) -## Unreleased changes - ## 1.6.12.0 *June 2021* * Add function `getCurrentPid` to get the currently executing process' ID [#205](https://github.com/haskell/process/pull/205) diff --git a/process.cabal b/process.cabal index d2c66e29..39fc0440 100644 --- a/process.cabal +++ b/process.cabal @@ -1,5 +1,5 @@ name: process -version: 1.6.11.0 +version: 1.6.12.0 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE -- GitLab