Skip to content

Commit 48e7d09

Browse files
committed
Release version v1.6.0
1 parent 2a2bdc3 commit 48e7d09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ In order to use the `hugow` binary, you only need to download it and place it in
3333
of your Hugo project.
3434

3535
```bash
36-
curl -L -o hugow https://github.com/khos2ow/hugo-wrapper/releases/download/v1.5.0/hugow && chmod +x hugow
36+
curl -L -o hugow https://github.com/khos2ow/hugo-wrapper/releases/download/v1.6.0/hugow && chmod +x hugow
3737
```
3838

3939
or
4040

4141
```bash
42-
wget -O hugow https://github.com/khos2ow/hugo-wrapper/releases/download/v1.5.0/hugow && chmod +x hugow
42+
wget -O hugow https://github.com/khos2ow/hugo-wrapper/releases/download/v1.6.0/hugow && chmod +x hugow
4343
```
4444

4545
## Upgrade Hugo Wrapper

hugow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# ------------------------------------------------------------------------------
2020

2121
# ------------------------------------------------------------------------------
22-
# Hugo Wrapper (v1.6.0-alpha)
22+
# Hugo Wrapper (v1.6.0)
2323
#
2424
# Hugo Wrapper is a POSIX-style shell script which acts as a wrapper to download
2525
# and execute Hugo binary for your platform. It can be executed in variety of
@@ -35,7 +35,7 @@
3535

3636
set -e
3737

38-
VERSION_NUMBER="v1.6.0-alpha"
38+
VERSION_NUMBER="v1.6.0"
3939

4040
# hugo-wrapper command available flags
4141
get_version=""

0 commit comments

Comments
 (0)