Skip to content

Commit b0bc062

Browse files
committed
Pre-realease version 0.0.2.8
1 parent 07618fa commit b0bc062

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Variables
44
BINARY_NAME=ti
5-
VERSION=0.0.2.7
5+
VERSION=0.0.2.8
66
BUILD_DIR=build
77
GO=go
88
BUILD_NUMBER=$(shell printf "%04d" $$(($(shell git rev-list --count HEAD 2>/dev/null || echo "0") + 1)))

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ param(
44
)
55

66
$BINARY_NAME = "ti"
7-
$VERSION = "0.0.2.7"
7+
$VERSION = "0.0.2.8"
88
$BUILD_DIR = "build"
99

1010
# Get build number from git

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/user/terminal-intelligence/internal/ui"
1111
)
1212

13-
var version = "0.0.2.7"
13+
var version = "0.0.2.8"
1414
var buildNumber = "dev"
1515

1616
func main() {

0 commit comments

Comments
 (0)