From f810418e66880ce0b29b41707666e2068466b12b Mon Sep 17 00:00:00 2001 From: Troels Henriksen Date: Mon, 8 Oct 2018 08:32:48 +0200 Subject: [PATCH] This is 0.7.2. --- CHANGELOG.md | 2 +- package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc573eb9f7..3d11041e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.8.0] +## [0.7.2] ### Added diff --git a/package.yaml b/package.yaml index 8672824419..06d1ce4f5d 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: futhark -version: "0.8.0" +version: "0.7.2" synopsis: An optimising compiler for a functional, array-oriented language. description: See the website at https://futhark-lang.org homepage: https://futhark-lang.org