Skip to content

Commit e0cf7c5

Browse files
committed
Bump to version 0.3.1
Signed-off-by: Ben Firshman <[email protected]>
1 parent ffbd442 commit e0cf7c5

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.3.0
3+
VERSION := 0.3.1
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.0"
2+
version = "0.3.1"

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.0
1+
NEXT_PUBLIC_VERSION=0.3.1
22
NEXT_PUBLIC_GOOGLE_ANALYTICS_TRACKING_ID=UA-107304984-6

0 commit comments

Comments
 (0)