mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
v0.1.2
This commit is contained in:
@@ -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()
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user