From 7bf012e4df69eeaba7dd90f7569f5f05e49b8909 Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Mon, 9 Feb 2026 22:11:59 -0500 Subject: [PATCH] Update to verion 0.6.0 --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index ab2219d..35e245a 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2021-2025 +// Copyright Terence J. Boldt (c)2021-2026 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. @@ -19,7 +19,7 @@ import ( "github.com/tjboldt/ProDOS-Utilities/prodos" ) -const version = "0.5.3" +const version = "0.6.0" func main() { var fileName string