Skip to content

Commit d225c85

Browse files
authored
chore: bump v10.4.4
1 parent 54882f2 commit d225c85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func Run() (err error) {
3636
app := cli.NewApp()
3737
app.Name = "croc"
3838
if Version == "" {
39-
Version = "v10.4.3"
39+
Version = "v10.4.4"
4040
}
4141
app.Version = Version
4242
app.Compiled = time.Now()

src/install/default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ main() {
554554
local autocomplete_install_rcode
555555

556556
croc_bin_name="croc"
557-
croc_version="10.4.3"
557+
croc_version="10.4.4"
558558
croc_dl_ext="tar.gz"
559559
croc_base_url="https://github.com/schollz/croc/releases/download"
560560
prefix="${1}"

0 commit comments

Comments
 (0)