Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejlv committed Jan 9, 2025
1 parent 3900dfb commit e5b9cf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module actionfile
module github.com/lassejlv/actionfile-go

go 1.23.4

Expand Down
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package main

import (
"actionfile/utils"
"fmt"
"os"

"github.com/lassejlv/actionfile-go/utils"

"github.com/fatih/color"
)

Expand Down
2 changes: 1 addition & 1 deletion utils/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

var ConfigFileName string = ".actions"
var VersionFileName string = "version.txt"
var CurrentVersion string = "0.1.6"
var CurrentVersion string = "0.1.7"

type CommandsArray struct {
Name string
Expand Down

0 comments on commit e5b9cf5

Please sign in to comment.