Skip to content

Commit

Permalink
increment version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed Mar 1, 2024
1 parent 9fd29d1 commit febe21c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ include(libraries/psibase/sdk/pack_service.cmake)

set(SERVICE_DIR ${CMAKE_CURRENT_BINARY_DIR}/share/psibase/packages)

set(PSIBASE_VERSION "0.6.0")
set(PSIBASE_VERSION "0.7.0")

psibase_package(
OUTPUT ${SERVICE_DIR}/TransactionSys.psi
Expand Down
2 changes: 1 addition & 1 deletion libraries/psibase/common/include/psibase/version.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once

#define PSIBASE_VERSION_MAJOR 0
#define PSIBASE_VERSION_MINOR 6
#define PSIBASE_VERSION_MINOR 7
#define PSIBASE_VERSION_PATCH 0
26 changes: 13 additions & 13 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [
]

[workspace.package]
version = "0.6.0"
version = "0.7.0"
rust-version = "1.64"
repository = "https://github.com/gofractally/psibase"
homepage = "https://psibase.io"
2 changes: 1 addition & 1 deletion services/user/AdminSys/ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2471,7 +2471,7 @@ waait@^1.0.5:
integrity sha512-wp+unA4CpqxvBUKHHv8D86fK4jWByHAWyhEXXVHfVUZfK+16ylpj7hjQ58Z8j9ntu8XNukRQT8Fi5qbyJ8rkyw==

"wasm-psibase@file:./wasm-psibase":
version "0.6.0"
version "0.7.0"

which-boxed-primitive@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit febe21c

Please sign in to comment.