Change version

This commit is contained in:
Neeraj Gupta 2023-10-23 21:45:07 +05:30
parent 31a66af0d6
commit da9402de72

View file

@ -11,7 +11,7 @@ import (
"github.com/spf13/cobra"
)
const AppVersion = "0.0.1"
const AppVersion = "0.1.0-beta"
var ctrl *pkg.ClICtrl