Skip to content

Commit f170afd

Browse files
committed
Bump to version 0.4.2
Signed-off-by: Ben Firshman <[email protected]>
1 parent b5db94e commit f170afd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL := /bin/bash
22

3-
VERSION := 0.4.1
3+
VERSION := 0.4.2
44
ENVIRONMENT := development
55
PLATFORMS := darwin linux
66
ARCHITECTURES := amd64

python/keepsake/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is auto-generated by the root Makefile. Do not edit manually.
2-
version = "0.4.1"
2+
version = "0.4.2"

web/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
NEXT_PUBLIC_VERSION=0.4.1
1+
NEXT_PUBLIC_VERSION=0.4.2
22
NEXT_PUBLIC_GOOGLE_ANALYTICS_TRACKING_ID=UA-107304984-6

0 commit comments

Comments
 (0)