Skip to content

Commit 5ad6167

Browse files
committed
version: v2.2.10
1 parent a845e2b commit 5ad6167

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<h1 align="center">go-emby2openlist</h1>
66

77
<div align="center">
8-
<a href="https://github.com/AmbitiousJun/go-emby2openlist/tree/v2.2.9"><img src="https://img.shields.io/github/v/tag/AmbitiousJun/go-emby2openlist"></img></a>
9-
<a href="https://hub.docker.com/r/ambitiousjun/go-emby2openlist/tags"><img src="https://img.shields.io/docker/image-size/ambitiousjun/go-emby2openlist/v2.2.9"></img></a>
8+
<a href="https://github.com/AmbitiousJun/go-emby2openlist/tree/v2.2.10"><img src="https://img.shields.io/github/v/tag/AmbitiousJun/go-emby2openlist"></img></a>
9+
<a href="https://hub.docker.com/r/ambitiousjun/go-emby2openlist/tags"><img src="https://img.shields.io/docker/image-size/ambitiousjun/go-emby2openlist/v2.2.10"></img></a>
1010
<a href="https://hub.docker.com/r/ambitiousjun/go-emby2openlist/tags"><img src="https://img.shields.io/docker/pulls/ambitiousjun/go-emby2openlist"></img></a>
1111
<a href="https://github.com/AmbitiousJun/go-emby2openlist/releases/latest"><img src="https://img.shields.io/github/downloads/AmbitiousJun/go-emby2openlist/total"></img></a>
1212
<a href="https://goreportcard.com/report/github.com/AmbitiousJun/go-emby2openlist/v2"><img src="https://goreportcard.com/badge/github.com/AmbitiousJun/go-emby2openlist/v2"></img></a>
@@ -174,7 +174,7 @@
174174
1. 获取代码
175175

176176
```shell
177-
git clone --branch v2.2.9 --depth 1 https://github.tbedu.top/https://github.com/AmbitiousJun/go-emby2openlist
177+
git clone --branch v2.2.10 --depth 1 https://github.tbedu.top/https://github.com/AmbitiousJun/go-emby2openlist
178178
cd go-emby2openlist
179179
```
180180

@@ -243,7 +243,7 @@ docker image prune -f
243243

244244
1. 准备配置
245245

246-
参考[示例配置](https://github.com/AmbitiousJun/go-emby2openlist/blob/v2.2.9/config-example.yml),配置好自己的服务器信息,保存并命名为 `config.yml`
246+
参考[示例配置](https://github.com/AmbitiousJun/go-emby2openlist/blob/v2.2.10/config-example.yml),配置好自己的服务器信息,保存并命名为 `config.yml`
247247

248248
2. 创建 docker-compose 文件
249249

@@ -253,7 +253,7 @@ docker image prune -f
253253
version: "3.1"
254254
services:
255255
go-emby2openlist:
256-
image: ambitiousjun/go-emby2openlist:v2.2.9
256+
image: ambitiousjun/go-emby2openlist:v2.2.10
257257
environment:
258258
- TZ=Asia/Shanghai
259259
- GIN_MODE=release

internal/constant/constant.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package constant
22

33
const (
4-
CurrentVersion = "v2.2.9"
4+
CurrentVersion = "v2.2.10"
55
RepoAddr = "https://github.com/AmbitiousJun/go-emby2openlist"
66
)
77

0 commit comments

Comments
 (0)