We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202aa57 commit 673ea65Copy full SHA for 673ea65
go/Makefile
@@ -1,6 +1,6 @@
1
SHELL := /bin/bash
2
3
-VERSION := 0.4.0
+VERSION := 0.4.1
4
ENVIRONMENT := development
5
PLATFORMS := darwin linux
6
ARCHITECTURES := amd64
python/keepsake/version.py
@@ -1,2 +1,2 @@
# This file is auto-generated by the root Makefile. Do not edit manually.
-version = "0.4.0"
+version = "0.4.1"
web/.env
-NEXT_PUBLIC_VERSION=0.4.0
+NEXT_PUBLIC_VERSION=0.4.1
NEXT_PUBLIC_GOOGLE_ANALYTICS_TRACKING_ID=UA-107304984-6
0 commit comments