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 b5db94e commit f170afdCopy full SHA for f170afd
go/Makefile
@@ -1,6 +1,6 @@
1
SHELL := /bin/bash
2
3
-VERSION := 0.4.1
+VERSION := 0.4.2
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.1"
+version = "0.4.2"
web/.env
-NEXT_PUBLIC_VERSION=0.4.1
+NEXT_PUBLIC_VERSION=0.4.2
NEXT_PUBLIC_GOOGLE_ANALYTICS_TRACKING_ID=UA-107304984-6
0 commit comments