Skip to content

Commit

Permalink
version: change "alpha" to "experimental" for TAP channel release
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Jul 23, 2024
1 parent 5042038 commit 1ff25cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
appPreRelease = "alpha"
appPreRelease = "experimental"
)

// Version returns the application version as a properly formed string per the
Expand Down

0 comments on commit 1ff25cc

Please sign in to comment.