The Wayback Machine - https://web.archive.org/web/20220125090715/https://github.com/arduino/arduino-cli/commit/1d24a876050c3cd73b294bb0be057b3b69991ce0
Skip to content
Permalink
Browse files
remove the alpha suffix (#1553)
  • Loading branch information
umbynos committed Nov 19, 2021
1 parent 39f150a commit 1d24a876050c3cd73b294bb0be057b3b69991ce0
Showing with 1 addition and 1 deletion.
  1. +1 −1 version/version.go
@@ -23,7 +23,7 @@ var (
defaultVersionString = "0.0.0-git"
versionString = ""
commit = ""
status = "alpha"
status = ""
date = ""
tr = i18n.Tr
)

0 comments on commit 1d24a87

Please sign in to comment.