Skip to content

Commit 0408a77

Browse files
author
Roberto Sora
committed
add hardcoded fallback version string
1 parent 2b17251 commit 0408a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global/global.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var appName = filepath.Base(os.Args[0])
2727

2828
var (
2929
application = "arduino-cli"
30-
version = "missing"
30+
version = "0.3.6-alpha.preview"
3131
commit = "missing"
3232
cvsRef = "missing"
3333
buildDate = "missing"

0 commit comments

Comments
 (0)