Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Fix version in Cargo.toml #236

Merged
merged 1 commit into from
Feb 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stackablectl"
description = "Command line tool to interact with a Stackable Data Platform"
authors = ["Stackable GmbH <[email protected]>"]
version = "0.7.0"
version = "0.8.0"
edition = "2021"
license = "OSL-3.0"
repository = "https://github.com/stackabletech/stackablectl"
Expand Down