From be5be7eae20f9e5beda18bc403782f7c960784cb Mon Sep 17 00:00:00 2001 From: cfunder Date: Mon, 26 Sep 2022 09:40:01 -0400 Subject: [PATCH] v1.0 --- libmcpil.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libmcpil.go b/libmcpil.go index 32c7c93..5e23599 100644 --- a/libmcpil.go +++ b/libmcpil.go @@ -1,10 +1,12 @@ -package launcher +package libmcpil import ( "strings" "os/exec" "os" ) +const Version = "1.0" + // Fetch the options from an executable_path as a map. // executable_path must be a string with an executable // that provides --print-available-feature-flags and its