From 1b37aac2b4fb392014fc233aa65c2baf0304d5d7 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 12 Dec 2021 16:49:16 +0100 Subject: [PATCH] release v0.2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 252f17f9..1e150c07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.17) project( malloy LANGUAGES CXX - VERSION 0.1.0 + VERSION 0.2.0 ) # Options