Skip to content

Commit b1a3595

Browse files
committed
bump: version
1 parent 0ad7e51 commit b1a3595

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3.2"
39+
Version = "v10.4.1"
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.3.2"
557+
croc_version="10.4.1"
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)