From b996814fc3255338d7eae5a58c9b58dbf9229154 Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Tue, 16 Nov 2021 16:45:06 +0100 Subject: feat: adds `compilerFlags` property to configure the Frege compiler --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 52f90fe..8d4b418 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group = ch.fhnw.thga -version = 1.1.0-alpha \ No newline at end of file +version = 1.2.0-alpha \ No newline at end of file -- cgit