diff --git a/go.mod b/go.mod index 6ad26d8..b304e7e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module text-template-cli +module github.com/akm/text-template-cli go 1.22.3 diff --git a/version.go b/version.go index e93374e..917cae5 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package main -const Version = "0.1.2" +const Version = "0.1.3"