diff --git a/.projectforge/project.json b/.projectforge/project.json index bccd39c8..2ae1a816 100644 --- a/.projectforge/project.json +++ b/.projectforge/project.json @@ -2,7 +2,7 @@ "key": "rituals", "name": "rituals.dev", "icon": "code-branch", - "version": "2.1.33", + "version": "2.1.34", "package": "github.com/kyleu/rituals", "port": 18000, "modules": [ diff --git a/main.go b/main.go index 7ae6da1f..4d20f432 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( ) var ( - version = "2.1.33" // updated by bin/tag.sh and ldflags + version = "2.1.34" // updated by bin/tag.sh and ldflags commit = "" date = "unknown" )