We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f867b commit c9eb33cCopy full SHA for c9eb33c
dev.md
@@ -4,6 +4,8 @@ update version in package.json
4
5
update version in main.go
6
7
+commit bump
8
+
9
update github tag - match with version in package.json
10
11
command: git tag -a v0.0.4 -m "release 0.0.4"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@basictech/cli",
3
- "version": "0.0.4",
+ "version": "0.0.5",
"description": "basictech cli for creating & managing your projects",
"main": "index.js",
"files": [
src/main.go
@@ -39,7 +39,7 @@ var (
39
const (
40
basicCliDirName = ".basic-cli"
41
tokenFileName = "token.json"
42
- version = "0.0.4"
+ version = "0.0.5"
43
)
44
45
type Styles struct {
0 commit comments