Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit f7b8e2d

Browse files
committed
Bump version to v0.17.1
1 parent 946017c commit f7b8e2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The official docker images are available on [Dockerhub](https://hub.docker.com/r
5252
### CLI
5353

5454
```
55-
Mango - Manga Server and Web Reader. Version 0.17.0
55+
Mango - Manga Server and Web Reader. Version 0.17.1
5656
5757
Usage:
5858

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mango
2-
version: 0.17.0
2+
version: 0.17.1
33

44
authors:
55
- Alex Ling <hkalexling@gmail.com>

src/mango.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require "option_parser"
77
require "clim"
88
require "./plugin/*"
99

10-
MANGO_VERSION = "0.17.0"
10+
MANGO_VERSION = "0.17.1"
1111

1212
# From http://www.network-science.de/ascii/
1313
BANNER = %{

0 commit comments

Comments
 (0)