Skip to content

Commit 54e9cf9

Browse files
committed
Bump skene TUI version to 0.3.2 (uses CLI v0.3.1)
1 parent 09e51db commit 54e9cf9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tui/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BUILD_DIR=build
66

77
# GitHub release settings (bump VERSION when cutting a new release)
88
REPO=SkeneTechnologies/skene
9-
VERSION=tui-v0.3.1
9+
VERSION=tui-v0.3.2
1010

1111
# Build flags — VERSION is injected into the binary at compile time
1212
LDFLAGS=-ldflags "-s -w -X skene/internal/constants.Version=$(subst tui-,,$(VERSION))"

tui/internal/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const (
3636
// Package and directory names
3737
const (
3838
GrowthPackageName = "skene"
39-
GrowthPackageVersion = "0.3.1rc1"
39+
GrowthPackageVersion = "0.3.1"
4040
OutputDirName = "skene-context"
4141
DefaultOutputDir = "./skene-context"
4242
SkeneCacheDir = ".skene"

0 commit comments

Comments
 (0)