From 663c26104d22d819c92a6b0d93d5ae263bc50c60 Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Wed, 4 Nov 2020 21:41:37 +0100 Subject: [PATCH] I guess this is 0.16.5. --- .github/workflows/main.yml | 2 +- futhark.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e729d1560..c36e933d57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ on: branches: [ master ] push: - branches: [ master ] + branches: [ master, 'version-*' ] jobs: build-linux-nix: diff --git a/futhark.cabal b/futhark.cabal index 2f3a1d3694..8713cce75b 100644 --- a/futhark.cabal +++ b/futhark.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: futhark -version: 0.16.4 +version: 0.16.5 synopsis: An optimising compiler for a functional, array-oriented language. description: Futhark is a small programming language designed to be compiled to