From 14f8c4bf254b01b4d54313f5186116b117239e88 Mon Sep 17 00:00:00 2001 From: Sebastian Engel Date: Thu, 30 Sep 2021 11:43:27 +0200 Subject: [PATCH] Updates git hash which is used as the binary version. --- bin/codegen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/codegen.dart b/bin/codegen.dart index 713848e..109a42d 100644 --- a/bin/codegen.dart +++ b/bin/codegen.dart @@ -3,7 +3,7 @@ import 'dart:convert'; /// fixed version for predictable builds const githubReleaseTag = "v0.2.0-nullsafety.0"; -const version = "06c3c38"; +const version = "1fb88dc"; const name = "as2f"; /// fat jar baked on jitpack