From 3da6f7e08b3af5c6d95b0fabbb701a613947367e Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Tue, 9 Mar 2021 11:18:47 -0600 Subject: [PATCH] Makefile: Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2587acf..a518a9c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ JULIA := julia --color=yes --project=@. MKDOCS := ~/.local/bin/mkdocs -VERSION := 0.1 +VERSION := 0.2 build/sysimage.so: src/sysimage.jl Project.toml Manifest.toml mkdir -p build