Skip to content

Commit d134fbf

Browse files
authored
chore: bump version
1 parent 68df54e commit d134fbf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func newApp() *cli.App {
4545
app := cli.NewApp()
4646
app.Name = "croc"
4747
if Version == "" {
48-
Version = "11.0.0"
48+
Version = "11.0.1"
4949
}
5050
app.Version = Version
5151
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="11.0.0"
557+
croc_version="11.0.1"
558558
croc_dl_ext="tar.gz"
559559
croc_base_url="https://github.com/schollz/croc/releases/download"
560560
prefix="${1}"

src/webassets/dist/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="11.0.0"
557+
croc_version="11.0.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)