Skip to content

Commit cf5fa81

Browse files
committed
Bump to version 0.3.2
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
1 parent 84287da commit cf5fa81

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.3.1
3+
VERSION := 0.3.2
44
ENVIRONMENT := development
55
PLATFORMS := darwin linux
66
ARCHITECTURES := amd64

python/replicate/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.3.1"
2+
version = "0.3.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.3.1
1+
NEXT_PUBLIC_VERSION=0.3.2
22
NEXT_PUBLIC_GOOGLE_ANALYTICS_TRACKING_ID=UA-107304984-6

0 commit comments

Comments
 (0)