Skip to content

Commit 13e376d

Browse files
committed
updating version
1 parent e84792f commit 13e376d

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var rootCmd = &cobra.Command{
2020
Use: "todos",
2121
Short: "A simple task manager and to-do list tracker.",
2222
Long: "Todos is a CLI application that helps users manage their to-do tasks. You can add, remove, edit tasks, assign statuses, and display the latest tasks.",
23-
Version: "1.00",
23+
Version: "1.0.1",
2424
Run: func(cmd *cobra.Command, args []string) {
2525
verbose, _ := cmd.PersistentFlags().GetBool("verbose")
2626
if verbose {

main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/*
2-
Copyright © 2025 OMAR BAGUNAID BAJUNAIDOMAR@GMAIL.COM
3-
*/
41
package main
52

63
import "github.com/omar0ali/todos/cmd"

0 commit comments

Comments
 (0)