Skip to content

Commit ca8f011

Browse files
committedJun 6, 2024
v10.0.8
1 parent 5551817 commit ca8f011

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
src="https://user-images.githubusercontent.com/6550035/46709024-9b23ad00-cbf6-11e8-9fb2-ca8b20b7dbec.jpg"
55
width="408px" border="0" alt="croc">
66
<br>
7-
<a href="https://github.com/schollz/croc/releases/latest"><img src="https://img.shields.io/badge/version-v10.0.7-brightgreen.svg?style=flat-square" alt="Version"></a>
7+
<a href="https://github.com/schollz/croc/releases/latest"><img src="https://img.shields.io/badge/version-v10.0.8-brightgreen.svg?style=flat-square" alt="Version"></a>
88
<a href="https://github.com/schollz/croc/actions/workflows/ci.yml"><img
99
src="https://github.com/schollz/croc/actions/workflows/ci.yml/badge.svg" alt="Build
1010
Status"></a>

‎src/cli/cli.go

+1-1
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.0.7"
39+
Version = "v10.0.8"
4040
}
4141
app.Version = Version
4242
app.Compiled = time.Now()

‎src/install/default.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ main() {
528528
local autocomplete_install_rcode
529529

530530
croc_bin_name="croc"
531-
croc_version="10.0.7"
531+
croc_version="10.0.8"
532532
croc_dl_ext="tar.gz"
533533
croc_base_url="https://github.com/schollz/croc/releases/download"
534534
prefix="${1}"

0 commit comments

Comments
 (0)