From 6a632714b6f0bbfb48bf87005399bad784db7539 Mon Sep 17 00:00:00 2001 From: Leonid Ryzhyk Date: Wed, 5 Feb 2020 19:12:48 -0800 Subject: [PATCH] Bump version to 0.13.1 --- src/Language/DifferentialDatalog/Version.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Language/DifferentialDatalog/Version.hs b/src/Language/DifferentialDatalog/Version.hs index d2e6bbc82..887e98089 100644 --- a/src/Language/DifferentialDatalog/Version.hs +++ b/src/Language/DifferentialDatalog/Version.hs @@ -32,7 +32,7 @@ import GitHash -- Keep this in sync with the binary release version on github dDLOG_VERSION :: String -dDLOG_VERSION = "v0.12.0" +dDLOG_VERSION = "v0.13.1" gitHash :: String gitHash = giHash $$tGitInfoCwd