Skip to content

Commit 5de750b

Browse files
committed
fix versioning
1 parent 165face commit 5de750b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/func/func.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ import (
1414
targz "github.com/walle/targz"
1515
)
1616

17-
// var version string = "2.0.3"
18-
var version string = "0.0.0"
17+
var version string = "2.0.3"
1918

2019
func Install(args []string) {
2120
registry := "https://registry.yarnpkg.com/"

0 commit comments

Comments
 (0)