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 ffbd442 commit e0cf7c5Copy full SHA for e0cf7c5
go/Makefile
@@ -1,6 +1,6 @@
1
SHELL := /bin/bash
2
3
-VERSION := 0.3.0
+VERSION := 0.3.1
4
ENVIRONMENT := development
5
PLATFORMS := darwin linux
6
ARCHITECTURES := amd64
python/replicate/version.py
@@ -1,2 +1,2 @@
# This file is auto-generated by the root Makefile. Do not edit manually.
-version = "0.3.0"
+version = "0.3.1"
web/.env
-NEXT_PUBLIC_VERSION=0.3.0
+NEXT_PUBLIC_VERSION=0.3.1
NEXT_PUBLIC_GOOGLE_ANALYTICS_TRACKING_ID=UA-107304984-6
0 commit comments