diff --git a/.projectforge/project.json b/.projectforge/project.json index f0424fe9..804cb317 100644 --- a/.projectforge/project.json +++ b/.projectforge/project.json @@ -2,7 +2,7 @@ "key": "rituals", "name": "rituals.dev", "icon": "code-branch", - "version": "2.1.43", + "version": "2.1.44", "package": "github.com/kyleu/rituals", "port": 18000, "modules": [ diff --git a/main.go b/main.go index a65fdacf..2b9512a9 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( ) var ( - version = "2.1.43" // updated by bin/tag.sh and ldflags + version = "2.1.44" // updated by bin/tag.sh and ldflags commit = "" date = "unknown" )