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 9e26141 commit cb1de79Copy full SHA for cb1de79
Makefile
@@ -16,7 +16,7 @@ export GO111MODULE=on
16
17
SHELL=/bin/bash -o pipefail
18
19
-VERSION=1.9DOM.1
+VERSION=1.9DOM.2-rc1
20
DEFAULT_WEBCONSOLE_VERSION=1.0.18
21
SERVICES=immudb immuadmin immuclient
22
TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64 darwin/arm64
helm/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: immudb
3
description: The immutable database
4
type: application
5
-version: 1.9DOM.1
6
-appVersion: "1.9DOM.1"
+version: 1.9DOM.2-rc1
+appVersion: "1.9DOM.2-rc1"
0 commit comments