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

Commit bf885a8

Browse files
committed
Bump version to 0.27.0
1 parent 98a0c54 commit bf885a8

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
@@ -51,7 +51,7 @@ The official docker images are available on [Dockerhub](https://hub.docker.com/r
5151
### CLI
5252

5353
```
54-
Mango - Manga Server and Web Reader. Version 0.26.2
54+
Mango - Manga Server and Web Reader. Version 0.27.0
5555
5656
Usage:
5757

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mango
2-
version: 0.26.2
2+
version: 0.27.0
33

44
authors:
55
- Alex Ling <[email protected]>

src/mango.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require "option_parser"
77
require "clim"
88
require "tallboy"
99

10-
MANGO_VERSION = "0.26.2"
10+
MANGO_VERSION = "0.27.0"
1111

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

0 commit comments

Comments
 (0)