Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
atterpac committed Jan 16, 2024
1 parent 081fd50 commit 9bb4146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/refresh/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

func main() {
var version string = "0.4.27"
var version string = "0.4.29"

var rootPath string
var execCommand string
Expand Down
1 change: 1 addition & 0 deletions engine/kill_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"fmt"
"log/slog"
"os"
"os/exec"
"syscall"
"time"
)
Expand Down

0 comments on commit 9bb4146

Please sign in to comment.