feat: update CLI version command

This commit is contained in:
Allyedge
2022-06-03 13:57:49 +02:00
parent 60aa5263a3
commit 5d7dd98c45
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
[![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white)](https://github.com/sern-handler/cli)
[![Build](https://img.shields.io/github/workflow/status/sern-handler/cli/goreleaser?style=for-the-badge)](https://github.com/sern-handler/cli)
[![NPM](https://img.shields.io/npm/dt/@sern/cli?style=for-the-badge)](https://npmjs.com/@sern/cli)
Our CLI allows you to setup and manage Discord bot projects without writing a single line of code!

View File

@@ -10,7 +10,7 @@ import (
var rootCmd = &cobra.Command{
Use: "sern",
Short: "A powerful CLI tool for Sern.",
Version: "0.1.0",
Version: "0.1.1",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Sern CLI")
},