Skip to content

Commit 13e4949

Browse files
authored
update version (#1233)
update version
1 parent 925198c commit 13e4949

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Secure Processing Unit
2525

2626
module(
2727
name = "spu",
28-
version = "0.9.4.dev20250822",
28+
version = "0.9.4.dev20250827",
2929
compatibility_level = 1,
3030
)
3131

src/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
module(
2323
name = "spulib",
24-
version = "0.9.4.dev20250822",
24+
version = "0.9.4.dev20250827",
2525
compatibility_level = 1,
2626
)
2727

src/libspu/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#define SPU_VERSION "0.9.4.dev20250822"
15+
#define SPU_VERSION "0.9.4.dev20250827"
1616

1717
#include <string_view>
1818

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
SPU_VERSION = "0.9.4.dev20250822"
15+
SPU_VERSION = "0.9.4.dev20250827"

0 commit comments

Comments
 (0)