Skip to content

Commit

Permalink
Version updated: 0.1.0-alpha -> 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
caerbannogwhite committed Aug 20, 2023
1 parent b54fda7 commit 55a4df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:""`
Expand Down

0 comments on commit 55a4df0

Please sign in to comment.