From 9bbd163ff742aff9d37e9c744f10b78a1efb62ee Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 24 Oct 2023 16:38:29 -0700 Subject: [PATCH] docs: add release version badge to README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bf6258..4051ab1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@
# 🐾 Tabby - + +[![latest release](https://shields.io/github/v/release/TabbyML/tabby?sort=semver)](https://github.com/TabbyML/tabby/releases/latest) [![build status](https://img.shields.io/github/actions/workflow/status/TabbyML/tabby/ci.yml?label=build)](https://github.com/TabbyML/tabby/actions/workflows/ci.yml) [![Docker pulls](https://img.shields.io/docker/pulls/tabbyml/tabby)](https://hub.docker.com/r/tabbyml/tabby) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)