Skip to content

Commit

Permalink
update placeholder version
Browse files Browse the repository at this point in the history
Signed-off-by: Flipez <code@brauser.io>
  • Loading branch information
Flipez committed Dec 27, 2021
1 parent 5987c8d commit b52b662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repl/repl.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (

const PROMPT = ">> "

var buildVersion = "v0.9.0"
var buildDate = "2021-09-27T21:13:44Z"
var buildVersion = "v0.10.0"
var buildDate = "2021-12-27T21:13:44Z"

func Start(in io.Reader, out io.Writer) {
shell := ishell.New()
Expand Down

1 comment on commit b52b662

@vercel
Copy link

@vercel vercel bot commented on b52b662 Dec 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.