From 55a4df054c420db0245bde1227bb001fa680e9ad Mon Sep 17 00:00:00 2001 From: caerbannogwhite Date: Sun, 20 Aug 2023 21:14:09 +0100 Subject: [PATCH] Version updated: 0.1.0-alpha -> 0.2.0. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index bf32da0..1e9e66c 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( tea "github.com/charmbracelet/bubbletea" ) -const VERSION = "0.1.0-alpha" +const VERSION = "0.2.0" type CliArgs struct { SourceCode string `arg:"-s, --source" help:"source code to execute" default:""`