Skip to content

Commit a56ff3b

Browse files
committed
chore: prepare for v0.1.0 release
1 parent 25035a4 commit a56ff3b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ builds:
88
goos:
99
- linux
1010
- darwin
11+
- windows
1112
goarch:
1213
- amd64
1314
- arm64

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
tea "github.com/charmbracelet/bubbletea"
1111
)
1212

13-
const version = "0.1.0"
13+
var version = "0.1.0"
1414

1515
func main() {
1616
if printVersion() {

0 commit comments

Comments
 (0)