From 74e0640d182b48355741e7eec0ad4874550a86bd Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 16 Jan 2023 05:18:07 +0000 Subject: [PATCH] Find path to executable better --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2b6d9b0..fa754b9 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ REPO_NAME=railroad export GOPATH=$(HOME)/go GOPATH=$(HOME)/go -VERSION=0.1.1 -LAST_VERSION=0.1.0 +VERSION=0.1.2 +LAST_VERSION=0.1.1 USER_GH=eyedeekay export CGO_ENABLED=0