This commit is contained in:
Allyedge
2022-06-06 10:43:47 +02:00
parent 9cead56a35
commit d60da9fd3b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@sern/cli",
"version": "0.1.1",
"version": "0.1.2",
"description": "Our CLI allows you to setup and manage Discord bot projects without writing a single line of code!",
"scripts": {
"postinstall": "go-npm install",