Skip to content

Commit 20c7c0c

Browse files
Update release version
1 parent adff0d8 commit 20c7c0c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fluvio-client-cpp"
3-
version = "0.1.0"
4-
edition = "2024"
3+
version = "0.0.1"
4+
edition = "2026"
55

66
[lib]
77
crate-type = ["staticlib", "rlib"]

vcpkg-port/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(VERSION "0.1.0")
1+
set(VERSION "0.0.1")
22

33
vcpkg_download_distfile(ARCHIVE
44
URLS "https://github.com/stefanDeveloper/fluvio-client-cpp/releases/download/v${VERSION}/fluvio-client-cpp-linux-x64.tar.gz"

vcpkg-port/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluvio-client-cpp",
3-
"version": "0.1.0",
3+
"version": "0.0.1",
44
"description": "Native C++ driver for Fluvio Streams",
55
"homepage": "https://github.com/stefanDeveloper/fluvio-client-cpp",
66
"dependencies": []

0 commit comments

Comments
 (0)