Skip to content

Commit d6afd6c

Browse files
committed
set version to 0.0.0-dev (#643)
1 parent 03d83bf commit d6afd6c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/helm/zookeeper-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
apiVersion: v2
33
name: zookeeper-operator
4-
version: "0.13.0-nightly"
5-
appVersion: "0.13.0-nightly"
4+
version: "0.0.0-dev"
5+
appVersion: "0.0.0-dev"
66
description: The Stackable Operator for Apache ZooKeeper
77
home: https://github.com/stackabletech/zookeeper-operator
88
maintainers:

rust/crd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackable-zookeeper-crd"
33
authors = ["Stackable GmbH <[email protected]>"]
44
description = "Contains the Apache ZooKeeper CRD structs and utilities"
55
license = "OSL-3.0"
6-
version = "0.13.0-nightly"
6+
version = "0.0.0-dev"
77
edition = "2021"
88
repository = "https://github.com/stackabletech/zookeeper-operator"
99
publish = false

rust/operator-binary/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackable-zookeeper-operator"
33
authors = ["Stackable GmbH <[email protected]>"]
44
description = "Stackable Operator for Apache ZooKeeper"
55
license = "OSL-3.0"
6-
version = "0.13.0-nightly"
6+
version = "0.0.0-dev"
77
edition = "2021"
88
repository = "https://github.com/stackabletech/zookeeper-operator"
99
publish = false

0 commit comments

Comments
 (0)