diff --git a/cmd/cli/root.go b/cmd/cli/root.go index cc6f92a..bffad8d 100644 --- a/cmd/cli/root.go +++ b/cmd/cli/root.go @@ -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() }, diff --git a/package.json b/package.json index 4778d31..6f3916a 100644 --- a/package.json +++ b/package.json @@ -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",