Skip to content

Commit

Permalink
馃敄 new minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Equationzhao committed May 30, 2024
1 parent 83385af commit 644eed6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion internal/cli/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package cli

var Version = "0.27.0"
var Version = "0.28.0"
1 change: 0 additions & 1 deletion internal/display/printer.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ func (a *Across) printRowWithNoSpace(strs []string) {
}

func (a *Across) printRow(stringsArray []string, space int) {

termWidth := getTermWidth() - 2
n := len(stringsArray)

Expand Down
6 changes: 4 additions & 2 deletions internal/global/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ const (

const Reset = "\033[0m"

const DefaultHookLen = 5
const Space = 2
const (
DefaultHookLen = 5
Space = 2
)

const (
NameOfName = "Name"
Expand Down
2 changes: 1 addition & 1 deletion script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source "$(dirname "$0")/base.sh"
# Get OS and architecture
os_type=$(uname -s | tr '[:upper:]' '[:lower:]')
os_arch=$(uname -m)
version="0.27.0"
version="0.28.0"
man_url="https://github.com/Equationzhao/g/raw/v${version}/man/g.1.gz"
shell_type=$(echo $SHELL | awk -F'/' '{print $NF}')

Expand Down

0 comments on commit 644eed6

Please sign in to comment.