Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Commit 936fbdf

Browse files
build: update release version to 1.2.0 (#64)
1 parent f212c66 commit 936fbdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell/shell.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
// App is the global shell app.
2727
var App *grumble.App
2828

29-
var NameWithVersion = "Pegasus-AdminCli-1.1.0"
29+
var NameWithVersion = "Pegasus-AdminCli-1.2.0"
3030

3131
// AddCommand registers the command to the global shell app.
3232
func AddCommand(cmd *grumble.Command) {

0 commit comments

Comments
 (0)