Skip to content

Commit

Permalink
Added a line to go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
AislingHPE committed Nov 6, 2023
1 parent 78ace7f commit a38ea84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion coolpackage/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package coolpackage
import ver "github.com/AislingHPE/simple-go-package/pkg/interfaces"

var v = ver.VersionHolder{
Version: "v0.0.4",
Version: "v0.0.5",
}

func GetVersion() string {
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/AislingHPE/simple-go-package

go 1.20

require github.com/AislingHPE/simple-go-package/pkg v0.0.0

0 comments on commit a38ea84

Please sign in to comment.