Skip to content

Commit 4d48c17

Browse files
committed
chore: bump version to v0.6.0
- Migrated to openbootdotdev organization - Updated all import paths and references
1 parent 37423a8 commit 4d48c17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/cli/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
var (
13-
version = "0.5.2"
13+
version = "0.6.0"
1414
cfg = &config.Config{}
1515
)
1616

internal/installer/installer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func Run(cfg *config.Config) error {
2727

2828
func runInstall(cfg *config.Config) error {
2929
fmt.Println()
30-
ui.Header("OpenBoot Installer v0.5.2")
30+
ui.Header("OpenBoot Installer v0.6.0")
3131
fmt.Println()
3232

3333
if cfg.RemoteConfig != nil {

0 commit comments

Comments
 (0)